Creates a new listbox.
The underlying HTML element.
[internal] Deselects all items.
Adds an item to the listbox.
The label of the item.
The ID of the item.
The underlying item element.
Clears all items.
Destroys the UI component.
Fires an event.
The event name to fire.
The arguments to pass.
Returns the element for this UI component.
Returns the size of the component.
Optional initialization code.
Listens for an event.
The event name to listen for.
The callback to assign.
Listens for an event once.
The event name to listen for.
The callback to assign.
Called when the item is no longer selected.
Called upon item selection.
Selects an item.
The ID of the item to select.
Whether the item selection was successful.
Sets the size of the component.
CSS prefixed width.
CSS prefixed height.
Generated using TypeDoc
Represents a container with a scrollable list of items.