blockly > DragTarget > onDragExit
Metoda DragTarget.onDragExit()
Obsługa, gdy kursor z klockiem lub dymkiem opuści ten element przeciągania.
Podpis:
onDragExit(_dragElement: IDraggable): void;
Parametry
Parametr |
Typ |
Opis |
_dragElement |
IDraggable |
Przeciągany blok lub dymek. |
Zwroty:
nieważne
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-21 UTC.
[null,null,["Ostatnia aktualizacja: 2024-08-21 UTC."],[[["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."]]],[]]