blockly > utils > toolbox > FlyoutDefinition

utils.toolbox.FlyoutDefinition type

All of the different types that can be used to show items in a flyout.

Signature:

export type FlyoutDefinition = FlyoutItemInfoArray | NodeList | ToolboxInfo | Node[];

References: FlyoutItemInfoArray, ToolboxInfo