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