Skip to main content

isDragging

isDragging : Boolean

When the user presses on the target and drags more than the dragMinimum (0 by default), isDragging is set to true until the touch/pointer is released (even if the user continues dragging outside the bounds of the target).

Details

When the user presses on the target and drags more than the dragMinimum (0 by default), isDragging is set to true until the touch/pointer is released (even if the user continues dragging outside the bounds of the target).

Contents