Typedef

ViewDocumentInsertTextEvent (typing)

@ckeditor/ckeditor5-typing/src/inserttextobserver

typedefobject

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.

Filtering

Properties

  • args : tuple

  • name : 'insertText'

Fired by