blockly > balonlar > TextBubble > çalışma alanı
bubbles.TextBubble.workspace özelliği
İmza:
readonly workspace: WorkspaceSvg;
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-11 UTC.
[null,null,["Son güncelleme tarihi: 2024-09-11 UTC."],[[["This property refers to the Blockly workspace where the TextBubble is located."],["It's a read-only property, meaning its value cannot be changed after it's been set."],["The `workspace` property provides access to the main WorkspaceSvg object associated with the TextBubble, allowing interaction with the workspace environment."]]],["The `TextBubble` class within the `bubbles` namespace in Blockly has a read-only property called `workspace`. This property, of type `WorkspaceSvg`, represents the workspace that the text bubble is associated with. It allows access to the specific Blockly workspace where the text bubble is currently displayed and operational.\n"]]