menu
  1. Dart
  2. dart:html
  3. KeyEvent
  4. path property
path

path property

List <Node > get path
inherited

This event's path, taking into account shadow DOM.

Other resources

Implementation

// https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#extensions-to-event
List<Node> get path => wrapped.path as List<Node>;
KeyEvent class

AltStyle によって変換されたページ (->オリジナル) /