TouchModel

Interface for the Touch class.

Properties

scroll EmitType<ScrollEventArgs>

Specifies the callback function for the scroll event.

swipe EmitType<SwipeEventArgs>

Specifies the callback function for the swipe event.

swipeSettings SwipeSettings

Specifies the settings for the swipe event.

tap EmitType<TapEventArgs>

Specifies the callback function for the tap event.

tapHold EmitType<TapEventArgs>

Specifies the callback function for the tapHold event.

tapHoldThreshold Number

Specifies the time in milliseconds to delay the tap hold event.

tapThreshold Number

Specifies the time in milliseconds to delay the tap event.