Dart SDK
dart:html
Event
CAPTURING_PHASE
CAPTURING_PHASE
Dart SDK
dart:html
Event
CAPTURING_PHASE
constant
CAPTURING_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
CAPTURING_PHASE
=
1
This event is propagating through the target's ancestors, starting from the document.
Other resources
Bubble phase
from W3C.