composedPath property

List<EventTarget> Function() composedPath

Implementation

_i2.List<_i3.EventTarget> Function() get composedPath =>
    () => ((_i4.callMethod(
          _i4.getProperty(
            this,
            'composedPath',
          ),
          r'call',
          [this],
        )) as _i2.List)
            .cast();
void composedPath=(List<EventTarget> value())

Implementation

set composedPath(_i2.List<_i3.EventTarget> Function() value) {
  _i4.setProperty(
    this,
    'composedPath',
    _i4.allowInterop(value),
  );
}