Dart SDK
dart:html
Event
BUBBLING_PHASE
BUBBLING_PHASE
Dart SDK
dart:html
Event
BUBBLING_PHASE
constant
BUBBLING_PHASE
Dart SDK
dart:html
Event
Constants
AT_TARGET
BUBBLING_PHASE
CAPTURING_PHASE
Static properties
instanceRuntimeType
Constructors
Event
eventType
internal_
Properties
bubbles
cancelable
currentTarget
defaultPrevented
eventPhase
isTrusted
matchingTarget
path
scoped
target
timeStamp
type
hashCode
runtimeType
Operators
operator ==
Methods
deepPath
preventDefault
stopImmediatePropagation
stopPropagation
noSuchMethod
toString
int
BUBBLING_PHASE
=
3
This event is bubbling up through the target's ancestors.
Other resources
Bubble phase
from W3C.