Properties
blurListen
blurListen: null | ((this: HTMLElement, event: FocusEvent) => void)
keydownListen
keydownListen: null | ((this: HTMLElement, event: KeyboardEvent) => void)
keyupListen
keyupListen: null | ((this: HTMLElement, event: KeyboardEvent) => void)
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.