data property
String
get
data
The data
read-only property of the
CompositionEvent interface returns the characters generated by the input
method that raised the event; its exact nature varies depending on the
type of event
that generated the CompositionEvent
object.
Implementation
external String get data;