Function: flyoutCategoryBlocks()
function flyoutCategoryBlocks(workspace): Element[];
Defined in: packages/blockly/core/variables_dynamic.ts:130
Construct the blocks required by the flyout for the variable category.
Parameters
| Parameter | Type | Description |
|---|---|---|
workspace | Workspace | The workspace containing variables. |
Returns
Element[]
Array of XML block elements.