eventPhase property
num
get
eventPhase
Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.
Implementation
_i2.num get eventPhase => _i4.getProperty(
this,
'eventPhase',
);