Dart
dart:html
Event
composedPath method
composedPath
Event class
Constructors
Event
eventType
Properties
bubbles
cancelable
composed
currentTarget
defaultPrevented
eventPhase
isTrusted
matchingTarget
path
target
timeStamp
type
hashCode
runtimeType
Methods
composedPath
preventDefault
stopImmediatePropagation
stopPropagation
noSuchMethod
toString
Operators
operator ==
Constants
AT_TARGET
BUBBLING_PHASE
CAPTURING_PHASE
composedPath method
List
<
EventTarget
>
composedPath
(
)
Implementation
List<EventTarget> composedPath() native;