Constructors

Properties

$data: {
    editor: Editor;
}

Type declaration

  • editor: Editor
$defaultHandler: KeyboardHandler
$editor: Editor
$handlers: KeyboardHandler[]

Methods

  • Parameters

    • hashId: any
    • keyString: any
    • keyCode: any
    • e: any

    Returns boolean

  • Parameters

    • Optional kb: Partial<HashHandler> & {} & {
          attach?: ((editor) => void);
          detach?: ((editor) => void);
      }
    • Optional pos: number

    Returns void

  • Internal

    Parameters

    • e: any
    • hashId: number
    • keyCode: number

    Returns boolean

  • Parameters

    • kb: Partial<HashHandler> & {} & {
          attach?: ((editor) => void);
          detach?: ((editor) => void);
      }

    Returns boolean

Generated using TypeDoc