סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > בועות > בועה > נמחק
בועות.בועות.מאפיינים (property)
הערך הוא True אם הבועה נפטרה, אחרת False.
Signature:
disposed: boolean;
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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"]]