The type of Component.
The type of Component. This is useful for client-side introspection and logging. Each custom Component instance
should represent a unique type
.
Events functionality for monitoring and even firing events on this component.
Position information for placement of this component on the screen.
Size information for determining the dimensions of this component.
Generated unique identifier for this element.
Called automatically the first time this Component is connected to the document.
Called automatically the first time this Component is connected to the document.
True if this Component's init
method has been invoked.
Parent to this element.
List of Updatable
instances this Component represents.
List of Updatable
instances this Component represents.
Component represents the root type for all on-screen elements. This includes both HTML and Canvas.