Skip to content

Commit

Permalink
Updated README to include mode value
Browse files Browse the repository at this point in the history
  • Loading branch information
woutervh- committed Aug 24, 2020
1 parent 2db1bfc commit 256b692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -169,3 +169,4 @@ When a [brush event listener](#brush_on) is invoked, it receives the current bru
* `type` - the string “start”, “brush” or “end”; see [*brush*.on](#brush_on).
* `selection` - the current [brush selection](#brushSelection).
* `sourceEvent` - the underlying input event, such as mousemove or touchmove.
* `mode` - the string “drag”, “space”, “handle” or “center”; the mode of the brush.

0 comments on commit 256b692

Please sign in to comment.