Events detection
Which type of events will be detected by hook
Name
detect
Type
'mouse' | 'touch' | 'pointer'enum LongPressEventType {
Mouse = 'mouse',
Touch = 'touch',
Pointer = 'pointer',
}Default value
'pointer'LongPressEventType.PointerDescription
Which event handlers should be returned from bind function.
Last updated
Was this helpful?