Skip to main content

blockly > Procedures > flyoutCategory

Procedures.flyoutCategory() function

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

Signature:

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

Parameters

Parameter

Type

Description

workspace

WorkspaceSvg

The workspace containing procedures.

Returns:

FlyoutItemInfo[]

List of flyout contents as JSON.