blockly > Procedures > flyoutCategory

Procedures.flyoutCategory() function

Construct the blocks required by the flyout for the procedure category.

Signature:

export declare function flyoutCategory(workspace: WorkspaceSvg): Element[];

Parameters

Parameter Type Description
workspace WorkspaceSvg The workspace containing procedures.

Returns:

Element[]

Array of XML block elements.