The EventPhase class provides values for the eventPhase
property of the Event class.
Variables
inlineread onlyBUBBLING_PHASE:EventPhase
The bubbling phase, which is the third phase of the event flow.
inlineread onlyCAPTURING_PHASE:EventPhase
The capturing phase, which is the first phase of the event flow.