TouchModel
23 Sep 20251 minute to read
Interface for a class Touch
Properties
scroll EmitType<ScrollEventArgs>
Specifies the callback function for scroll event.
swipe EmitType<SwipeEventArgs>
Specifies the callback function for swipe event.
tap EmitType<TapEventArgs>
Specifies the callback function for tap event.
tapHold EmitType<TapEventArgs>
Specifies the callback function for tapHold event.
swipeSettings SwipeSettingsModel
Customize the swipe event configuration.
tapHoldThreshold number
Specifies the time delay for tap hold.
tapThreshold number
Specifies the time delay for tap.