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