This documentation is archived and is not being maintained.
data property
Gets the data of the event.
Syntax
| JavaScript | p = object.data |
Property values
Type: String
The event data, or null.
Standards information
Remarks
If a user cancels a composition event, the data attribute is set to null on the final compositionupdate event.
See also
-
CompositionEvent
-
MessageEvent
-
TextEvent