blockly > utils > toolbox > CategoryInfo

utils.toolbox.CategoryInfo type

The information needed to create either a dynamic or static category.

Signature:

export type CategoryInfo = StaticCategoryInfo | DynamicCategoryInfo;

References: StaticCategoryInfo, DynamicCategoryInfo