Skip to main content

Type Alias: GestureConfiguration

GestureConfiguration = object

Defined in: src/input/gestures/GestureRecognitionOptions.ts:14

Properties

enabled

enabled: boolean

Defined in: src/input/gestures/GestureRecognitionOptions.ts:15


threshold?

optional threshold: number

Defined in: src/input/gestures/GestureRecognitionOptions.ts:21

Optional override for gesture-specific score thresholds. For distance based gestures this is treated as a maximum distance; for confidence based gestures it is treated as a minimum score.