Properties
contextMenuListen
contextMenuListen: null | ((this: HTMLElement, event: MouseEvent) => void)
domElem
domElem: HTMLElement
pointerListen
pointerListen: null | ((this: HTMLElement, event: PointerEvent) => void)
pointerleaveListen
pointerleaveListen: null | ((this: HTMLElement, event: PointerEvent) => void)
wheelListen
wheelListen: null | ((this: HTMLElement, event: WheelEvent) => void)
A container which has all the event listeners for a Root DOM bind to a DOMPointerDriver; a link between a DOM element and an existing Root.