Dart API Reference
dart:html
CompositionEvent
CompositionEvent
class
Annotations
DomName('CompositionEvent')
Extends
Object
Event
UIEvent
CompositionEvent
Constructors
CompositionEvent
(
String
type
, {
bool
canBubble
:
false
,
bool
cancelable
:
false
,
Window
view
,
String
data
,
String
locale
})
Instance Properties
activeSegmentEnd
int
read-only
activeSegmentStart
int
read-only
data
String
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
detail
int
Inherited
read-only
view
WindowBase
Inherited
read-only
which
int
Inherited
read-only
layer
Point
Inherited
read-only
page
Point
Inherited
read-only
Instance Methods
getSegments
(
) →
List
<
int
>
preventDefault
(
) →
void
Inherited
stopImmediatePropagation
(
) →
void
Inherited
stopPropagation
(
) →
void
Inherited