調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >ToolboxItem >workspace_
署名:
protected workspace_: WorkspaceSvg;
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-11 UTC。
[null,null,["最終更新日 2024-10-11 UTC。"],[[["`ToolboxItem.workspace_` is a protected property that stores a reference to the workspace associated with the toolbox item."],["This property is of type `WorkspaceSvg`, indicating it holds a specific type of Blockly workspace."]]],["The `ToolboxItem.workspace_` property, a protected member, is of type `WorkspaceSvg`. This property is associated with a `ToolboxItem` object. It essentially holds a reference to a `WorkspaceSvg` instance. This indicates the property's role in linking a toolbox item to a specific workspace within the Blockly environment, enabling interaction and management between the two.\n"]]