Home > blockly > CollapsibleToolboxCategory > CssConfig
CollapsibleToolboxCategory.CssConfig interface
All the CSS class names that are used to create a collapsible category. This is all the properties from the regular category plus contents.
Signature:
interface CssConfig
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| closedicon | string | null | ||
| container | string | null | ||
| contents | string | null | ||
| icon | string | null | ||
| label | string | null | ||
| openicon | string | null | ||
| row | string | null | ||
| rowcontentcontainer | string | null | ||
| selected | string | null |