blockly > utils > toolbox > FlyoutItemInfo

utils.toolbox.FlyoutItemInfo type

All the different types that can be displayed in a flyout.

Signature:

export type FlyoutItemInfo = BlockInfo | SeparatorInfo | ButtonInfo | LabelInfo | DynamicCategoryInfo;

References: BlockInfo, SeparatorInfo, ButtonInfo, LabelInfo, DynamicCategoryInfo