Dart
dart:html
Event
AT_TARGET constant
AT_TARGET
Dart
dart:html
Event
AT_TARGET constant
Event class
Constructors
Event
eventType
Properties
bubbles
cancelable
composed
currentTarget
defaultPrevented
eventPhase
isTrusted
matchingTarget
path
target
timeStamp
type
hashCode
runtimeType
Methods
composedPath
preventDefault
stopImmediatePropagation
stopPropagation
noSuchMethod
toString
Operators
operator ==
Constants
AT_TARGET
BUBBLING_PHASE
CAPTURING_PHASE
description
AT_TARGET
constant
int
const
AT_TARGET
=
2
This event is being handled by the event target.
Other resources
Target phase
from W3C.
Implementation
static const int AT_TARGET = 2