封鎖 >DragTarget >onDragExit

DragTarget.onDragExit() 方法

當含有區塊或泡泡的遊標離開這個拖曳目標時,系統會處理。

Signature:

onDragExit(_dragElement: IDraggable): void;

參數

參數 類型 說明
_dragElement IDraggable 目前正在拖曳的方塊或泡泡。

傳回:

void