blockly > dymki > MiniWorkspaceBubble > utylizacja
dymki.MiniWorkspaceBubble.dispose()
Podpis:
dispose(): void;
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-09-20 UTC.
[null,null,["Ostatnia aktualizacja: 2024-09-20 UTC."],[[["The `dispose()` method permanently removes the MiniWorkspaceBubble from the workspace, including all blocks and UI elements."],["Calling `dispose()` on a MiniWorkspaceBubble instance ensures it's no longer interactive and releases associated resources."],["This method is crucial for cleaning up and preventing memory leaks when the MiniWorkspaceBubble is no longer needed."]]],["The `dispose()` method, part of the `MiniWorkspaceBubble` class within the `bubbles` namespace, is designed to perform a specific action: disposal. This method, when called, executes its function and does not return any value (void). The signature of the method is `dispose(): void;`.\n"]]