Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EventPhase

An enum for possible event phases that an event can be in

Index

Enumeration members

AT_TARGET

AT_TARGET:

Indicates that we are currently calling the event listeners on the event target during dispatch.

BUBBLING_PHASE

BUBBLING_PHASE:

Indicates that we are currently moving back up from the parent of the target EventDispatcher to the top-most EventDispatcher instance.

CAPTURING_PHASE

CAPTURING_PHASE:

Indicates that the event is in the capturing phase, moving down from the top-most EventDispatcher instance to the parent of the target EventDispatcher

NONE

NONE:

Indicates that the event is currently not being dispatched

Generated using TypeDoc