Skip to content

Commit aa7b97f

Browse files
committed
docs: handle filter property documentation
1 parent 363a40e commit aa7b97f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎docs/handles/handle-component.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ In situations where the handle target is placed inside a constantly changing gro
6262
**multitouch**
6363
By default, handles can be interacted with using multiple input devices. By setting `multitouch` to `false`, only the first input device will be used.
6464

65+
**filter**
66+
Allows to filter interactions based on the event. Return `false` to ignore the event.
67+
6568
**stopPropagation**
6669
By default, events that occur on handles are not propagated upwards and therefore do not reach their ancestors. Setting `stopPropagation` to `false` will re-enable event propagation for events that occur on the handle.
6770

0 commit comments

Comments
 (0)