IToolbox interface
Interface for a toolbox.
Signature:
export interface IToolbox extends IRegistrable, IFocusableTree
Extends: IRegistrable, IFocusableTree
Methods
Method | Description |
|---|---|
Unhighlights any previously selected item. | |
Disposes of this toolbox. | |
Gets the toolbox flyout. | |
Gets the height of the toolbox. | |
Gets the selected item. | |
Gets the width of the toolbox. | |
Gets the workspace for the toolbox. | |
Handles resizing the toolbox when a toolbox item resizes. | |
Initializes the toolbox. | |
Gets whether or not the toolbox is horizontal. | |
Positions the toolbox based on whether it is a horizontal toolbox and whether the workspace is in rtl. | |
Updates the flyout's content without closing it. Should be used in response to a change in one of the dynamic categories, such as variables or procedures. | |
Updates the category colours and background colour of selected categories. | |
Fills the toolbox with new toolbox items and removes any old contents. | |
Selects the toolbox item by its position in the list of toolbox items. | |
Sets the selected item. | |
Sets the visibility of the toolbox. |