Skip to main content

Home > blockly > dragging > BlockDragStrategy > startDrag

dragging.BlockDragStrategy.startDrag() method

Handles any setup for starting the drag, including disconnecting the block from any parent blocks.

Signature:

startDrag(e?: PointerEvent): void;

Parameters

ParameterTypeDescription
ePointerEvent(Optional)

Returns:

void