Not documented.

Annotations
  • DocsEditable()
  • DomName('InputMethodContext')
  • Experimental()
Extends

Properties

int compositionEndOffset
read-only
int compositionStartOffset
read-only
String locale
read-only
Events on
read-only, inherited
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
HtmlElement target
read-only

Methods

addEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited
confirmComposition() → void
dispatchEvent(Event event) → bool
inherited
removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited