Skip to main content

Home > blockly > BlockSvg > endDrag

BlockSvg.endDrag() method

Ends the drag on the block.

Signature:

endDrag(e?: PointerEvent): void;

Parameters

ParameterTypeDescription
ePointerEvent(Optional)

Returns:

void