Dart
dart:html
Event
stopPropagation method
stopPropagation
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
stopPropagation method
void
stopPropagation
(
)
Implementation
void stopPropagation() native;