9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
SwipeGestureEventData
interface SwipeGestureEventData extends GestureEventData {
  direction: SwipeDirection;
}
Provides gesture event data for swipe gesture.

Summary

Properties

direction
4 properties inherited from GestureEventData
Click to expand
2 properties inherited from EventData
Click to expand

Properties

Previous
Size