blockly > BlockSvg > endDrag

BlockSvg.endDrag() method

Ends the drag on the block.

Signature:

endDrag(e?: PointerEvent): void;

Parameters

Parameter Type Description
e PointerEvent (Optional)

Returns:

void