Stay organized with collections
Save and categorize content based on your preferences.
blockly > bubbles > Bubble > disposed
bubbles.Bubble.disposed property
True if the bubble has been disposed, false otherwise.
Signature:
disposed: boolean;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["`disposed` is a property of the `Bubble` class in the `bubbles` namespace within the `blockly` library."],["This property, of boolean type, indicates whether a specific bubble has been disposed of or not."],["It holds a value of `true` if the bubble has been disposed of, otherwise it is `false`."]]],["The `disposed` property within the `bubbles.Bubble` class is a boolean value. It indicates the status of a bubble object. If `disposed` is `true`, the bubble has been removed or destroyed. If `false`, the bubble is still active and present. This property is used to check whether a bubble has been eliminated from use.\n"]]