ViewDocumentInsertTextEvent
typedef
Event fired when the user types text, for instance presses A or ? in the editing view document.
Note: This event will not fire for keystrokes such as Delete or Enter. They have dedicated events, see event-delete and event-enter to learn more.
Note: This event is fired by the input feature.
Properties
args : [ data: InsertTextEventData ]module:typing/inserttextobserver~ViewDocumentInsertTextEvent#argsname : 'insertText'module:typing/inserttextobserver~ViewDocumentInsertTextEvent#name
Value
object