Enumeration: Position
Defined in: packages/blockly/core/utils/toolbox.ts:156
Position of the toolbox and/or flyout relative to the workspace.
Enumeration Members
TOP
TOP: 0;
Defined in: packages/blockly/core/utils/toolbox.ts:157
BOTTOM
BOTTOM: 1;
Defined in: packages/blockly/core/utils/toolbox.ts:158
LEFT
LEFT: 2;
Defined in: packages/blockly/core/utils/toolbox.ts:159
RIGHT
RIGHT: 3;
Defined in: packages/blockly/core/utils/toolbox.ts:160