Search results

DocumentEditorKeyDownEventArgs API in JavaScript DocumentEditor API control

This event arguments provides the necessary information about key down event.

Properties

event

KeyboardEvent

Key down event argument

isHandled

boolean

Specifies whether the event is handled or not

source

DocumentEditor

Specifies the source DocumentEditor instance which triggers this key down event.