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

Variables

@:value(cast 2)@:impl@:enuminlineread onlyAT_TARGET:EventPhase = 2

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

@:value(cast 3)@:impl@:enuminlineread onlyBUBBLING_PHASE:EventPhase = 3

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

@:value(cast 1)@:impl@:enuminlineread onlyCAPTURING_PHASE:EventPhase = 1

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