Preparing search index...
The search index is not available
LISN.js
LISN.js
Watchers/GestureWatcher
OnGestureHandlerArgs
Type Alias OnGestureHandlerArgs
OnGestureHandlerArgs
:
[
EventTarget
,
GestureData
,
Event
[]
]
The handler is invoked with two arguments:
the event target that was passed to the
GestureWatcher.onGesture
call (equivalent to
Event:currentTarget
).
the
GestureData
that describes the gesture's progression since the last time the callback was called and since the callback was added.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
LISN.js
Loading...
The handler is invoked with two arguments: