blockly >DragTarget >DragTargetshouldPreventMove
DragTarget.shouldpreventMove() 方法
返回所提供的区块或气泡在被放在此组件上后是否应移动。如果为 true,元素将回到开始拖动时所处的位置。
Signature:
shouldPreventMove(_dragElement: IDraggable): boolean;
参数
参数 | 类型 | 说明 |
---|---|---|
_dragElement | IDraggable | 当前正在拖动的块或气泡。 |
返回:
布尔值
是否应返回所提供的区块或气泡以开始拖动。