blockly > Çöp Kutusu > onDragExit
Trashcan.onDragExit() yöntemi
Blok veya balon içeren bir imlecin bu sürükleme hedefinden çıktığında işlenir.
İmza:
onDragExit(_dragElement: IDraggable): void;
Parametreler
Parametre |
Tür |
Açıklama |
_dragElement |
IDraggable |
Şu anda sürüklenmekte olan blok veya balon. |
Şunu döndürür:
geçersiz
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-12 UTC.
[null,null,["Son güncelleme tarihi: 2024-09-12 UTC."],[[["The `onDragExit` method is triggered when a draggable element (block or bubble) is moved out of the trashcan's area."],["This method receives the dragged element as an `IDraggable` object and doesn't return any value."],["The primary purpose of this method is to handle the behavior when an item is no longer hovering over the trashcan, likely stopping a highlight or visual cue that indicated the item could be deleted."]]],[]]