path property
List<EventTarget> pathThis event's path, taking into account shadow DOM.
Other resources
- Shadow DOM extensions to Event from W3C.
Source
@DomName('Event.path') @DocsEditable() // https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#extensions-to-event @Experimental() List<EventTarget> get path => (_blink.BlinkEvent.instance.path_Getter_(this));
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/Event/path.html