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