Skip to main content

blockly > IDragTarget > onDragExit

IDragTarget.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