TouchModel
16 Mar 20261 minute to read
Interface for a class Touch
Properties
swipeSettings SwipeSettingsModel
Customize the swipe event configuration.
tapHoldThreshold number
Specifies the time delay for tap hold.
tapThreshold number
Specifies the time delay for tap.
Events
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.