Skip to main content

Home > blockly > Trashcan > onDragExit

Trashcan.onDragExit() method

Handles when a cursor with a block or bubble exits this drag target.

Signature:

onDragExit(_dragElement: IDraggable): void;

Parameters

ParameterTypeDescription
_dragElementIDraggableThe block or bubble currently being dragged.

Returns:

void