Event listeners registered for this instance.
Unique identifier for the instance.
Indicates whether the class is currently loading.
Gets the class name of this instance.
Emits an event by name to all registered listeners on that event.
Listeners will be called in the order that they were added. If a listener
returns false
, no other listeners will be called.
The name of the event to emit.
Rest
...args: any[]The context of the event, passed to listeners.
Generated using TypeDoc
Represents a base class with common functionality.