Last updated 1 year ago
onSingleTap
(event) => void
( event: MouseEvent<Target> ) => void
undefined
Callback for handling case when double tap is not triggered, because of capture timeout.
For example if threshold parameter is 300ms and second tap occurs after 500ms then onSingleTap is triggered at 300ms mark.
threshold