blockly > utils > toolbox > ToolboxItemInfo

utils.toolbox.ToolboxItemInfo type

Any information that can be used to create an item in the toolbox.

Signature:

export type ToolboxItemInfo = FlyoutItemInfo | StaticCategoryInfo;

References: FlyoutItemInfo, StaticCategoryInfo