Dart API Reference
dart:html
InputMethodContext
InputMethodContext
class
Annotated by:
DocsEditable()
DomName('InputMethodContext')
Experimental()
Extends:
EventTarget
Object
Instance Properties
compositionEndOffset
int
read-only
compositionStartOffset
int
read-only
locale
String
read-only
target
HtmlElement
read-only
on
Events
Inherited
read-only
Instance Methods
confirmComposition
( ) →
void
addEventListener
Inherited
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
] ) →
void
removeEventListener
Inherited
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
] ) →
void
dispatchEvent
Inherited
(
Event
event
) →
bool