Dart API Reference
dart:html
InputMethodContext
InputMethodContext
class
Annotations
DocsEditable()
DomName('InputMethodContext')
Experimental()
Extends
Object
EventTarget
InputMethodContext
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
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
]) →
void
Inherited
removeEventListener
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
]) →
void
Inherited
dispatchEvent
(
Event
event
) →
bool
Inherited