Dart SDK
dart:html
Event
AT_TARGET
AT_TARGET
Dart SDK
dart:html
Event
AT_TARGET
constant
AT_TARGET
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
AT_TARGET
=
2
This event is being handled by the event target.
Other resources
Target phase
from W3C.