調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >バブル >バブル >廃棄
Bubbles.Bubble.disposed プロパティ
バブルが破棄されている場合は true、それ以外の場合は false です。
署名:
disposed: boolean;
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-11 UTC。
[null,null,["最終更新日 2024-09-11 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"]]