blockly >BlockSvg >endDrag

BlockSvg.endDrag() 方法

结束块的拖动。

Signature:

endDrag(e?: PointerEvent): void;

参数

参数 类型 说明
e PointerEvent (可选)

返回

void