blockly > DragTarget > onDragExit
DragTarget.onDragExit() method
Handles when a cursor with a block or bubble exits this drag target.
Signature:
onDragExit(_dragElement: IDraggable): void;
Parameters
Parameter | Type | Description |
---|---|---|
_dragElement | IDraggable | The block or bubble currently being dragged. |
Returns:
void