blockly > bulles > TextBubble > workspace
Propriété bubbles.TextBubble.workspace
Signature :
readonly workspace: WorkspaceSvg;
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/09/11 (UTC).
[null,null,["Dernière mise à jour le 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"]]