Interface DOMPointerDriverBind

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.

Hierarchy

  • DOMPointerDriverBind

Properties

contextMenuListen: null | ((this: HTMLElement, event: MouseEvent) => void)
domElem: HTMLElement
pointerListen: null | ((this: HTMLElement, event: PointerEvent) => void)
pointerleaveListen: null | ((this: HTMLElement, event: PointerEvent) => void)
wheelListen: null | ((this: HTMLElement, event: WheelEvent) => void)

Generated using TypeDoc