Interface DOMKeyboardDriverBind

A container which has all the event listeners for a Root DOM bind to a DOMKeyboardDriver; a link between a DOM element and an existing Root.

Hierarchy

  • DOMKeyboardDriverBind

Properties

blurListen: null | ((this: HTMLElement, event: FocusEvent) => void)
keydownListen: null | ((this: HTMLElement, event: KeyboardEvent) => void)
keyupListen: null | ((this: HTMLElement, event: KeyboardEvent) => void)

Generated using TypeDoc