Interfaces
GestureEventData
GestureEventData
interface GestureEventData extends EventData { android: any; ios: any; type: GestureTypes; view: View; }
Provides gesture event data.
Summary β
Properties β
android β
Gets the underlying native android specific [gesture detector](http://developer.android.com/reference/android/view/GestureDetector.html).
ios β
Gets the underlying native iOS specific [UIGestureRecognizer](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIGestureRecognizer_Class/).
type β
type: GestureTypes
Gets the type of the gesture.
- Previous
- FontScaleChangedEventData