path property - Event class - dart:html library (original) (raw)

description

List<EventTarget> getpath

Implementation

List<EventTarget> get path =>
    JS<bool>('bool', '!!#.composedPath', this) ? composedPath() : [];