blockly > BlockSvg > disposeInternal
BlockSvg.disposeDahili() yöntemi
Üst bloğun gerektirdiği işlemleri yapmadan bu bloğu kaldırır. Ör. kullanıcı arayüzü efektlerini tetikler, düğümleri kaldırır vb.
İmza:
disposeInternal(): void;
Ş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 `disposeInternal()` method removes the block's visual elements and UI effects without impacting the overall workspace."],["This method is used for internal cleanup and doesn't perform actions typically needed when removing a top-level block."],["Unlike a full disposal, `disposeInternal()` avoids triggering workspace updates or affecting connected blocks."]]],[]]