Dart SDK
dart:html
UIEvent
UIEvent
constructor
UIEvent
UIEvent
Properties
detail
view
which
layer
page
matchingTarget
bubbles
cancelable
clipboardData
currentTarget
defaultPrevented
eventPhase
path
target
timeStamp
type
Constructors
UIEvent
Methods
preventDefault
stopImmediatePropagation
stopPropagation
UIEvent
(
String
type
,
{
Window
view
,
int
detail
:
0
,
bool
canBubble
:
true
,
bool
cancelable
:
true
}
)
(Not documented.)