Dart API Reference
dart:html
UIEvent
UIEvent
class
Annotations
DomName('UIEvent')
Extends
Object
Event
UIEvent
Implemented by
CompositionEvent
FocusEvent
KeyboardEvent
MouseEvent
TextEvent
TouchEvent
ZoomEvent
Constructors
UIEvent
(
String
type
, {
Window
view
,
int
detail
:
0
,
bool
canBubble
:
true
,
bool
cancelable
:
true
})
Instance Properties
detail
int
read-only
view
WindowBase
read-only
which
int
read-only
layer
Point
read-only
page
Point
read-only
matchingTarget
Element
Inherited
read-only
bubbles
bool
Inherited
read-only
cancelable
bool
Inherited
read-only
clipboardData
DataTransfer
Inherited
read-only
currentTarget
EventTarget
Inherited
read-only
defaultPrevented
bool
Inherited
read-only
eventPhase
int
Inherited
read-only
path
List
<
Node
>
Inherited
read-only
target
EventTarget
Inherited
read-only
timeStamp
int
Inherited
read-only
type
String
Inherited
read-only
Instance Methods
preventDefault
(
) →
void
Inherited
stopImmediatePropagation
(
) →
void
Inherited
stopPropagation
(
) →
void
Inherited