Type alias KeydownHandler

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

Type declaration

    • (instance, event): boolean
    • A keydown handler type.

      Notes

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

      Parameters

      Returns boolean

Generated using TypeDoc