The underlying HTML element.
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.
Sets the size of the component.
CSS prefixed width.
CSS prefixed height.
Generated using TypeDoc
Base class for all UI components.
This class should be inherited.