9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
RotationGestureEventData
interface RotationGestureEventData extends GestureEventDataWithState {
  rotation: number;
}
Provides gesture event data for rotation gesture.

Summary

Properties

rotation
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

rotation