Gets the HTML element that is clickable. The parent toolbox element receives clicks. The parent toolbox will add an ID to this element so it can pass the onClick event to the correct toolboxItem.
The HTML element that receives clicks.
Gets the contents of the toolbox item. These are items that are meant to be displayed in the flyout.
The definition of items to be displayed in the flyout.
Gets a unique identifier for this toolbox item.
The ID for the toolbox item.
Gets the name of the toolbox item. Used for emitting events.
The name of the toolbox item.
Gets the parent if the toolbox item is nested.
The parent toolbox item, or null if this toolbox item is not nested.
Initializes the toolbox item. This includes creating the DOM and updating the state of any items based on the info object.
Whether the toolbox item is collapsible.
True if the toolbox item is collapsible.
Whether the toolbox item is selectable.
True if the toolbox item can be selected.
Sets the current toolbox item as selected.
True if this category is selected, false otherwise.
Dispose of this toolbox item. No-op by default.