Classes
GesturesObserver
GesturesObserver
Provides options for the GesturesObserver.
Summary โ
Constructors โ
constructor โ
new GesturesObserver(target: View, callback: (args: GestureEventData) => void, context: any): GesturesObserver
Properties โ
androidOnTouchEvent โ
callback โ
callback: (args: GestureEventData) => void
context โ
A context which will be used as
`this`
in callback execution.type โ
type: GestureTypes
Gesture type attached to the observer.
Methods โ
disconnect โ
Disconnects the gesture observer.
Returns any
observe โ
observe(type: GestureTypes): any
Registers a gesture observer to a view and gesture.
Returns any
- Previous
- Frame
- Next
- GridLayout