KeydownHandler: ((instance, event) => boolean)

A keydown handler type.

Notes

Return true to prevent the default handling of the event by the editor.

Type declaration