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