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.Pointer
Description
Which event handlers should be returned from bind function.
Last updated
Was this helpful?