The EventPhase class provides values for the eventPhase property of the Event class.

Variables

@:enum@:implinlineread onlyAT_TARGET:EventPhase

The target phase, which is the second phase of the event flow.

@:enum@:implinlineread onlyBUBBLING_PHASE:EventPhase

The bubbling phase, which is the third phase of the event flow.

@:enum@:implinlineread onlyCAPTURING_PHASE:EventPhase

The capturing phase, which is the first phase of the event flow.