Interfaces
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