KeystrokeHandlerOptions
interface
set method options.
Properties
filter : ( keyEvtData: KeyboardEvent ) => boolean | undefinedreadonlymodule:utils/keystrokehandler~KeystrokeHandlerOptions#filterAn optional callback function allowing for filtering keystrokes based on arbitrary criteria. The callback function receives
keydownDOM event as a parameter.priority : PriorityString | undefinedreadonlymodule:utils/keystrokehandler~KeystrokeHandlerOptions#priorityThe priority of the keystroke callback. The higher the priority value the sooner the callback will be executed. Keystrokes having the same priority are called in the order they were added.