blockly > dragging > Dragger > workspace
dragging.Dragger.workspace property
Signature:
protected workspace: WorkspaceSvg;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["This property represents the Blockly workspace associated with the dragger."],["It is a protected property of the `Blockly.dragging.Dragger` class, meaning it is intended for internal use within the class and its subclasses."],["The `workspace` property stores a reference to the `Blockly.WorkspaceSvg` object, which represents the visual workspace where blocks are placed and manipulated."],["It enables the dragger to interact with and modify the workspace during dragging operations."]]],[]]