Skip to main content

Home > blockly > Trashcan > onDragOver

Trashcan.onDragOver() method

Handles when a cursor with a block or bubble is dragged over this drag target.

Signature:

onDragOver(_dragElement: IDraggable): void;

Parameters

ParameterTypeDescription
_dragElementIDraggableThe block or bubble currently being dragged.

Returns:

void