封鎖 >DragTarget >onDragExit
DragTarget.onDragExit() 方法
當含有區塊或泡泡的遊標離開這個拖曳目標時,系統會處理。
Signature:
onDragExit(_dragElement: IDraggable): void;
參數
傳回:
void
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-21 (世界標準時間)。
[null,null,["上次更新時間:2024-08-21 (世界標準時間)。"],[[["The `onDragExit` method is triggered when a dragged block or bubble leaves the area of this drag target."],["It receives the currently dragged element (block or bubble) as an argument to potentially handle the exit event."],["This method does not return any value and is used to manage behavior when a draggable item is no longer hovering over the target."]]],["The `onDragExit()` method within the `DragTarget` class manages the event when a dragged element (either a block or a bubble) leaves the drag target area. It accepts one parameter, `_dragElement`, of type `IDraggable`, which represents the block or bubble being moved. This method has no return value, as it's designed to handle the exit event and update the target state.\n"]]