Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages. 
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