ISwipeOptions

Type interface

Represents collection of options for swipe gesture.

Inheritance

ISwipeOptions does not extend any other symbol.

ISwipeOptions is not extended by any other symbol.

Properties

horizontalThreshold
#

Type number

Minimum number of pixels to move horizontally for swipe to register.

time
#

Type number

Time limit in milliseconds for swipe to occur.

verticalThreshold
#

Type number

Vertical limit in pixels. Gesture deviating more than that will cancel swipe.