myEvent.eventPhase in DOM Level 2 Events
When/where did the event take place?
This property is read-only.
- Property Type
- Number
The value is one of the three constants of the Event class: Event.AT_TARGET
, Event.BUBBLING_PHASE
, or Event.CAPTURING_PHASE
.