Optional
isOptional
minThe minimum length (in pixels) required for a swipe to be considered valid and trigger direction events. If the drag distance is less than this value, no directional callback will be triggered.
75
Optional
onCallback event triggered on any swipe
Optional
onCallback event triggered on down swipe
Optional
onCallback event triggered on left swipe
Optional
onCallback event triggered on right swipe
Optional
onCallback event triggered on up swipe
Reference to the container element for dragging gestures
Determines if dragging is enabled for the dragger. When set to
false
, dragging is disabled.Default