composed property

bool composed

Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.

MDN Reference

Implementation

_i2.bool get composed => _i4.getProperty(
      this,
      'composed',
    );