Preview 2.0 is now in Public Beta!
Read the Announcement
Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
PanGestureEventData
interface PanGestureEventData extends GestureEventDataWithState {
  deltaX: number;
  deltaY: number;
}
Provides gesture event data for pan gesture.

Summary

Properties

deltaX
deltaY
4 properties inherited from GestureEventData
Click to expand
2 properties inherited from EventData
Click to expand
1 properties inherited from GestureEventDataWithState
Click to expand

Properties