Indicates that we are currently calling the event listeners on the event target during dispatch.
Indicates that we are currently moving back up from the parent of the target EventDispatcher to the top-most EventDispatcher instance.
Indicates that the event is in the capturing phase, moving down from the top-most EventDispatcher instance to the parent of the target EventDispatcher
Indicates that the event is currently not being dispatched
Generated using TypeDoc
An enum for possible event phases that an event can be in