πŸš€ 8.9 Released! β†’ ⚑️ New Node-API Engine Preview, πŸ“² ns widget ios, πŸ’… Tailwind v4 and more...
Read Announcement
interface GestureEventData extends EventData {
 android: any;
 ios: any;
 type: GestureTypes;
 view: View;
}
Provides gesture event data.

Summary ​

Properties

android
ios
type
view
2 properties inherited from EventData
Click to expand
eventName
object

Properties ​

android ​

android: any
Gets the underlying native android specific [gesture detector](http://developer.android.com/reference/android/view/GestureDetector.html).

ios ​

ios: any
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.

view ​

view: View 
Gets the view which originates the gesture.
On this page
  1. Summary
  2. Properties
    1. android
    2. ios
    3. type
    4. view

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /