eventPhase property

num eventPhase

Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.

MDN Reference

Implementation

_i2.num get eventPhase => _i4.getProperty(
      this,
      'eventPhase',
    );