blockly > ICollapsibleToolboxItem
ICollapsibleToolboxItem interface
Interface for an item in the toolbox that can be collapsed.
Signature:
export interface ICollapsibleToolboxItem extends ISelectableToolboxItem
Extends: ISelectableToolboxItem
Methods
Method | Description |
|---|---|
Gets any children toolbox items. (ex. Gets the subcategories) | |
Whether the toolbox item is expanded to show its child subcategories. | |
Toggles whether or not the toolbox item is expanded. |