Dart SDK
dart:html
InputMethodContext
class
InputMethodContext
Properties
Methods
Properties
compositionEndOffset
compositionStartOffset
locale
target
on
Methods
confirmComposition
addEventListener
removeEventListener
dispatchEvent
(Not documented.)
Annotations
DocsEditable()
DomName('InputMethodContext')
Experimental()
Extends
Object
EventTarget
InputMethodContext
Properties
int
compositionEndOffset
read-only
int
compositionStartOffset
read-only
String
locale
read-only
HtmlElement
target
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.
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