Typedef

EditingKeystrokeCallback (core)

@ckeditor/ckeditor5-core/src/editingkeystrokehandler

typedefstring | ( ev: KeyboardEvent, cancel: () => void ) => void

Command name or a callback to be executed when a given keystroke is pressed.

Filtering