Dart SDK
dart:html
CompositionEvent
CompositionEvent
constructor
CompositionEvent
CompositionEvent
Properties
activeSegmentEnd
activeSegmentStart
data
matchingTarget
bubbles
cancelable
clipboardData
currentTarget
defaultPrevented
eventPhase
path
target
timeStamp
type
detail
view
which
layer
page
Constructors
CompositionEvent
Methods
getSegments
preventDefault
stopImmediatePropagation
stopPropagation
CompositionEvent
(
String
type
,
{
bool
canBubble
:
false
,
bool
cancelable
:
false
,
Window
view
,
String
data
,
String
locale
}
)
(Not documented.)