blockly > utils > toolbox > StaticCategoryInfo
utils.toolbox.StaticCategoryInfo interface
The information needed to create a category in the toolbox.
Signature:
export interface StaticCategoryInfo
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| categorystyle | string | undefined | ||
| colour | string | undefined | ||
| contents | ToolboxItemInfo[] | ||
| cssconfig | CategoryCssConfig | undefined | ||
| expanded? | string | boolean | (Optional) | |
| hidden | string | undefined | ||
| id | string | undefined | ||
| kind | string | ||
| name | string |