blockly > utils > toolbox > Position
Position of the toolbox and/or flyout relative to the workspace.
Signature:
export declare enum Position
Enumeration Members
Member |
Value |
Description |
BOTTOM |
1 |
|
LEFT |
2 |
|
RIGHT |
3 |
|
TOP |
0 |
|
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."],[[["`Blockly.utils.toolbox.Position` is an enum defining the location of the toolbox or flyout in relation to the workspace."],["It includes four possible positions: `TOP`, `BOTTOM`, `LEFT`, and `RIGHT`, represented by numeric values 0, 1, 2, and 3 respectively."],["These positions dictate where the toolbox or flyout will appear on the screen relative to the main workspace area."]]],[]]