Skip to content

InputCommandCallback

InputCommandCallback = (e, selection, value) => void | boolean

Defined in: types.ts:92

Function called when a certain input is typed. If true is returned, e.preventDefault() and e.stopImmediatePropagation() is called automatically.

InputEvent

InputSelection

string

void | boolean