Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HTMLDatabenchElement

Hierarchy

  • HTMLElement
    • HTMLDatabenchElement

Index

Properties

Methods

Properties

ATTRIBUTE_NODE

ATTRIBUTE_NODE: number

CDATA_SECTION_NODE

CDATA_SECTION_NODE: number

COMMENT_NODE

COMMENT_NODE: number

DOCUMENT_FRAGMENT_NODE

DOCUMENT_FRAGMENT_NODE: number

DOCUMENT_NODE

DOCUMENT_NODE: number

DOCUMENT_POSITION_CONTAINED_BY

DOCUMENT_POSITION_CONTAINED_BY: number

DOCUMENT_POSITION_CONTAINS

DOCUMENT_POSITION_CONTAINS: number

DOCUMENT_POSITION_DISCONNECTED

DOCUMENT_POSITION_DISCONNECTED: number

DOCUMENT_POSITION_FOLLOWING

DOCUMENT_POSITION_FOLLOWING: number

DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC

DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number

DOCUMENT_POSITION_PRECEDING

DOCUMENT_POSITION_PRECEDING: number

DOCUMENT_TYPE_NODE

DOCUMENT_TYPE_NODE: number

ELEMENT_NODE

ELEMENT_NODE: number

ENTITY_NODE

ENTITY_NODE: number

ENTITY_REFERENCE_NODE

ENTITY_REFERENCE_NODE: number

HTMLElement

HTMLElement: object

Type declaration

NOTATION_NODE

NOTATION_NODE: number

PROCESSING_INSTRUCTION_NODE

PROCESSING_INSTRUCTION_NODE: number

TEXT_NODE

TEXT_NODE: number

accessKey

accessKey: string

assignedSlot

assignedSlot: HTMLSlotElement | null

attributes

attributes: NamedNodeMap

baseURI

baseURI: string | null

childElementCount

childElementCount: number

childNodes

childNodes: NodeList

children

children: HTMLCollection

classList

classList: DOMTokenList

className

className: string

clientHeight

clientHeight: number

clientLeft

clientLeft: number

clientTop

clientTop: number

clientWidth

clientWidth: number

contentEditable

contentEditable: string

databenchUI

databenchUI: UIElement

dataset

dataset: DOMStringMap

dir

dir: string

draggable

draggable: boolean

firstChild

firstChild: Node | null

firstElementChild

firstElementChild: Element | null

hidden

hidden: boolean

hideFocus

hideFocus: boolean

id

id: string

innerHTML

innerHTML: string

innerText

innerText: string

isContentEditable

isContentEditable: boolean

lang

lang: string

lastChild

lastChild: Node | null

lastElementChild

lastElementChild: Element | null

localName

localName: string | null

msContentZoomFactor

msContentZoomFactor: number

msRegionOverflow

msRegionOverflow: string

namespaceURI

namespaceURI: string | null

nextElementSibling

nextElementSibling: Element | null

nextSibling

nextSibling: Node | null

nodeName

nodeName: string

nodeType

nodeType: number

nodeValue

nodeValue: string | null

offsetHeight

offsetHeight: number

offsetLeft

offsetLeft: number

offsetParent

offsetParent: Element

offsetTop

offsetTop: number

offsetWidth

offsetWidth: number

onabort

onabort: function

Type declaration

    • (this: HTMLElement, ev: UIEvent): any
    • Parameters

      • this: HTMLElement
      • ev: UIEvent

      Returns any

onactivate

onactivate: function

Type declaration

    • (this: HTMLElement, ev: UIEvent): any
    • Parameters

      • this: HTMLElement
      • ev: UIEvent

      Returns any

onariarequest

onariarequest: function

Type declaration

    • (this: Element, ev: Event): any
    • Parameters

      • this: Element
      • ev: Event

      Returns any

onbeforeactivate

onbeforeactivate: function

Type declaration

    • (this: HTMLElement, ev: UIEvent): any
    • Parameters

      • this: HTMLElement
      • ev: UIEvent

      Returns any

onbeforecopy

onbeforecopy: function

Type declaration

    • (this: HTMLElement, ev: ClipboardEvent): any
    • Parameters

      • this: HTMLElement
      • ev: ClipboardEvent

      Returns any

onbeforecut

onbeforecut: function

Type declaration

    • (this: HTMLElement, ev: ClipboardEvent): any
    • Parameters

      • this: HTMLElement
      • ev: ClipboardEvent

      Returns any

onbeforedeactivate

onbeforedeactivate: function

Type declaration

    • (this: HTMLElement, ev: UIEvent): any
    • Parameters

      • this: HTMLElement
      • ev: UIEvent

      Returns any

onbeforepaste

onbeforepaste: function

Type declaration

    • (this: HTMLElement, ev: ClipboardEvent): any
    • Parameters

      • this: HTMLElement
      • ev: ClipboardEvent

      Returns any

onblur

onblur: function

Type declaration

    • (this: HTMLElement, ev: FocusEvent): any
    • Parameters

      • this: HTMLElement
      • ev: FocusEvent

      Returns any

oncanplay

oncanplay: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

oncanplaythrough

oncanplaythrough: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

onchange

onchange: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

onclick

onclick: function

Type declaration

    • (this: HTMLElement, ev: MouseEvent): any
    • Parameters

      • this: HTMLElement
      • ev: MouseEvent

      Returns any

oncommand

oncommand: function

Type declaration

    • (this: Element, ev: Event): any
    • Parameters

      • this: Element
      • ev: Event

      Returns any

oncontextmenu

oncontextmenu: function

Type declaration

    • (this: HTMLElement, ev: PointerEvent): any
    • Parameters

      • this: HTMLElement
      • ev: PointerEvent

      Returns any

oncopy

oncopy: function

Type declaration

    • (this: HTMLElement, ev: ClipboardEvent): any
    • Parameters

      • this: HTMLElement
      • ev: ClipboardEvent

      Returns any

oncuechange

oncuechange: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

oncut

oncut: function

Type declaration

    • (this: HTMLElement, ev: ClipboardEvent): any
    • Parameters

      • this: HTMLElement
      • ev: ClipboardEvent

      Returns any

ondblclick

ondblclick: function

Type declaration

    • (this: HTMLElement, ev: MouseEvent): any
    • Parameters

      • this: HTMLElement
      • ev: MouseEvent

      Returns any

ondeactivate

ondeactivate: function

Type declaration

    • (this: HTMLElement, ev: UIEvent): any
    • Parameters

      • this: HTMLElement
      • ev: UIEvent

      Returns any

ondrag

ondrag: function

Type declaration

    • (this: HTMLElement, ev: DragEvent): any
    • Parameters

      • this: HTMLElement
      • ev: DragEvent

      Returns any

ondragend

ondragend: function

Type declaration

    • (this: HTMLElement, ev: DragEvent): any
    • Parameters

      • this: HTMLElement
      • ev: DragEvent

      Returns any

ondragenter

ondragenter: function

Type declaration

    • (this: HTMLElement, ev: DragEvent): any
    • Parameters

      • this: HTMLElement
      • ev: DragEvent

      Returns any

ondragleave

ondragleave: function

Type declaration

    • (this: HTMLElement, ev: DragEvent): any
    • Parameters

      • this: HTMLElement
      • ev: DragEvent

      Returns any

ondragover

ondragover: function

Type declaration

    • (this: HTMLElement, ev: DragEvent): any
    • Parameters

      • this: HTMLElement
      • ev: DragEvent

      Returns any

ondragstart

ondragstart: function

Type declaration

    • (this: HTMLElement, ev: DragEvent): any
    • Parameters

      • this: HTMLElement
      • ev: DragEvent

      Returns any

ondrop

ondrop: function

Type declaration

    • (this: HTMLElement, ev: DragEvent): any
    • Parameters

      • this: HTMLElement
      • ev: DragEvent

      Returns any

ondurationchange

ondurationchange: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

onemptied

onemptied: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

onended

onended: function

Type declaration

    • (this: HTMLElement, ev: MediaStreamErrorEvent): any
    • Parameters

      • this: HTMLElement
      • ev: MediaStreamErrorEvent

      Returns any

onerror

onerror: function

Type declaration

    • (this: HTMLElement, ev: ErrorEvent): any
    • Parameters

      • this: HTMLElement
      • ev: ErrorEvent

      Returns any

onfocus

onfocus: function

Type declaration

    • (this: HTMLElement, ev: FocusEvent): any
    • Parameters

      • this: HTMLElement
      • ev: FocusEvent

      Returns any

ongotpointercapture

ongotpointercapture: function

Type declaration

    • (this: Element, ev: PointerEvent): any
    • Parameters

      • this: Element
      • ev: PointerEvent

      Returns any

oninput

oninput: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

oninvalid

oninvalid: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

onkeydown

onkeydown: function

Type declaration

    • (this: HTMLElement, ev: KeyboardEvent): any
    • Parameters

      • this: HTMLElement
      • ev: KeyboardEvent

      Returns any

onkeypress

onkeypress: function

Type declaration

    • (this: HTMLElement, ev: KeyboardEvent): any
    • Parameters

      • this: HTMLElement
      • ev: KeyboardEvent

      Returns any

onkeyup

onkeyup: function

Type declaration

    • (this: HTMLElement, ev: KeyboardEvent): any
    • Parameters

      • this: HTMLElement
      • ev: KeyboardEvent

      Returns any

onload

onload: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

onloadeddata

onloadeddata: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

onloadedmetadata

onloadedmetadata: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

onloadstart

onloadstart: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

onlostpointercapture

onlostpointercapture: function

Type declaration

    • (this: Element, ev: PointerEvent): any
    • Parameters

      • this: Element
      • ev: PointerEvent

      Returns any

onmousedown

onmousedown: function

Type declaration

    • (this: HTMLElement, ev: MouseEvent): any
    • Parameters

      • this: HTMLElement
      • ev: MouseEvent

      Returns any

onmouseenter

onmouseenter: function

Type declaration

    • (this: HTMLElement, ev: MouseEvent): any
    • Parameters

      • this: HTMLElement
      • ev: MouseEvent

      Returns any

onmouseleave

onmouseleave: function

Type declaration

    • (this: HTMLElement, ev: MouseEvent): any
    • Parameters

      • this: HTMLElement
      • ev: MouseEvent

      Returns any

onmousemove

onmousemove: function

Type declaration

    • (this: HTMLElement, ev: MouseEvent): any
    • Parameters

      • this: HTMLElement
      • ev: MouseEvent

      Returns any

onmouseout

onmouseout: function

Type declaration

    • (this: HTMLElement, ev: MouseEvent): any
    • Parameters

      • this: HTMLElement
      • ev: MouseEvent

      Returns any

onmouseover

onmouseover: function

Type declaration

    • (this: HTMLElement, ev: MouseEvent): any
    • Parameters

      • this: HTMLElement
      • ev: MouseEvent

      Returns any

onmouseup

onmouseup: function

Type declaration

    • (this: HTMLElement, ev: MouseEvent): any
    • Parameters

      • this: HTMLElement
      • ev: MouseEvent

      Returns any

onmousewheel

onmousewheel: function

Type declaration

    • (this: HTMLElement, ev: WheelEvent): any
    • Parameters

      • this: HTMLElement
      • ev: WheelEvent

      Returns any

onmscontentzoom

onmscontentzoom: function

Type declaration

    • (this: HTMLElement, ev: UIEvent): any
    • Parameters

      • this: HTMLElement
      • ev: UIEvent

      Returns any

onmsgesturechange

onmsgesturechange: function

Type declaration

    • (this: Element, ev: MSGestureEvent): any
    • Parameters

      • this: Element
      • ev: MSGestureEvent

      Returns any

onmsgesturedoubletap

onmsgesturedoubletap: function

Type declaration

    • (this: Element, ev: MSGestureEvent): any
    • Parameters

      • this: Element
      • ev: MSGestureEvent

      Returns any

onmsgestureend

onmsgestureend: function

Type declaration

    • (this: Element, ev: MSGestureEvent): any
    • Parameters

      • this: Element
      • ev: MSGestureEvent

      Returns any

onmsgesturehold

onmsgesturehold: function

Type declaration

    • (this: Element, ev: MSGestureEvent): any
    • Parameters

      • this: Element
      • ev: MSGestureEvent

      Returns any

onmsgesturestart

onmsgesturestart: function

Type declaration

    • (this: Element, ev: MSGestureEvent): any
    • Parameters

      • this: Element
      • ev: MSGestureEvent

      Returns any

onmsgesturetap

onmsgesturetap: function

Type declaration

    • (this: Element, ev: MSGestureEvent): any
    • Parameters

      • this: Element
      • ev: MSGestureEvent

      Returns any

onmsgotpointercapture

onmsgotpointercapture: function

Type declaration

    • (this: Element, ev: MSPointerEvent): any
    • Parameters

      • this: Element
      • ev: MSPointerEvent

      Returns any

onmsinertiastart

onmsinertiastart: function

Type declaration

    • (this: Element, ev: MSGestureEvent): any
    • Parameters

      • this: Element
      • ev: MSGestureEvent

      Returns any

onmslostpointercapture

onmslostpointercapture: function

Type declaration

    • (this: Element, ev: MSPointerEvent): any
    • Parameters

      • this: Element
      • ev: MSPointerEvent

      Returns any

onmsmanipulationstatechanged

onmsmanipulationstatechanged: function

Type declaration

    • (this: HTMLElement, ev: MSManipulationEvent): any
    • Parameters

      • this: HTMLElement
      • ev: MSManipulationEvent

      Returns any

onmspointercancel

onmspointercancel: function

Type declaration

    • (this: Element, ev: MSPointerEvent): any
    • Parameters

      • this: Element
      • ev: MSPointerEvent

      Returns any

onmspointerdown

onmspointerdown: function

Type declaration

    • (this: Element, ev: MSPointerEvent): any
    • Parameters

      • this: Element
      • ev: MSPointerEvent

      Returns any

onmspointerenter

onmspointerenter: function

Type declaration

    • (this: Element, ev: MSPointerEvent): any
    • Parameters

      • this: Element
      • ev: MSPointerEvent

      Returns any

onmspointerleave

onmspointerleave: function

Type declaration

    • (this: Element, ev: MSPointerEvent): any
    • Parameters

      • this: Element
      • ev: MSPointerEvent

      Returns any

onmspointermove

onmspointermove: function

Type declaration

    • (this: Element, ev: MSPointerEvent): any
    • Parameters

      • this: Element
      • ev: MSPointerEvent

      Returns any

onmspointerout

onmspointerout: function

Type declaration

    • (this: Element, ev: MSPointerEvent): any
    • Parameters

      • this: Element
      • ev: MSPointerEvent

      Returns any

onmspointerover

onmspointerover: function

Type declaration

    • (this: Element, ev: MSPointerEvent): any
    • Parameters

      • this: Element
      • ev: MSPointerEvent

      Returns any

onmspointerup

onmspointerup: function

Type declaration

    • (this: Element, ev: MSPointerEvent): any
    • Parameters

      • this: Element
      • ev: MSPointerEvent

      Returns any

onpaste

onpaste: function

Type declaration

    • (this: HTMLElement, ev: ClipboardEvent): any
    • Parameters

      • this: HTMLElement
      • ev: ClipboardEvent

      Returns any

onpause

onpause: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

onplay

onplay: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

onplaying

onplaying: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

onpointercancel

onpointercancel: function

Type declaration

    • (this: GlobalEventHandlers, ev: PointerEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: PointerEvent

      Returns any

onpointerdown

onpointerdown: function

Type declaration

    • (this: GlobalEventHandlers, ev: PointerEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: PointerEvent

      Returns any

onpointerenter

onpointerenter: function

Type declaration

    • (this: GlobalEventHandlers, ev: PointerEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: PointerEvent

      Returns any

onpointerleave

onpointerleave: function

Type declaration

    • (this: GlobalEventHandlers, ev: PointerEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: PointerEvent

      Returns any

onpointermove

onpointermove: function

Type declaration

    • (this: GlobalEventHandlers, ev: PointerEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: PointerEvent

      Returns any

onpointerout

onpointerout: function

Type declaration

    • (this: GlobalEventHandlers, ev: PointerEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: PointerEvent

      Returns any

onpointerover

onpointerover: function

Type declaration

    • (this: GlobalEventHandlers, ev: PointerEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: PointerEvent

      Returns any

onpointerup

onpointerup: function

Type declaration

    • (this: GlobalEventHandlers, ev: PointerEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: PointerEvent

      Returns any

onprogress

onprogress: function

Type declaration

    • (this: HTMLElement, ev: ProgressEvent): any
    • Parameters

      • this: HTMLElement
      • ev: ProgressEvent

      Returns any

onratechange

onratechange: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

onreset

onreset: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

onscroll

onscroll: function

Type declaration

    • (this: HTMLElement, ev: UIEvent): any
    • Parameters

      • this: HTMLElement
      • ev: UIEvent

      Returns any

onseeked

onseeked: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

onseeking

onseeking: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

onselect

onselect: function

Type declaration

    • (this: HTMLElement, ev: UIEvent): any
    • Parameters

      • this: HTMLElement
      • ev: UIEvent

      Returns any

onselectstart

onselectstart: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

onstalled

onstalled: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

onsubmit

onsubmit: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

onsuspend

onsuspend: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

ontimeupdate

ontimeupdate: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

ontouchcancel

ontouchcancel: function

Type declaration

    • (ev: TouchEvent): any
    • Parameters

      • ev: TouchEvent

      Returns any

ontouchend

ontouchend: function

Type declaration

    • (ev: TouchEvent): any
    • Parameters

      • ev: TouchEvent

      Returns any

ontouchmove

ontouchmove: function

Type declaration

    • (ev: TouchEvent): any
    • Parameters

      • ev: TouchEvent

      Returns any

ontouchstart

ontouchstart: function

Type declaration

    • (ev: TouchEvent): any
    • Parameters

      • ev: TouchEvent

      Returns any

onvolumechange

onvolumechange: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

onwaiting

onwaiting: function

Type declaration

    • (this: HTMLElement, ev: Event): any
    • Parameters

      • this: HTMLElement
      • ev: Event

      Returns any

onwebkitfullscreenchange

onwebkitfullscreenchange: function

Type declaration

    • (this: Element, ev: Event): any
    • Parameters

      • this: Element
      • ev: Event

      Returns any

onwebkitfullscreenerror

onwebkitfullscreenerror: function

Type declaration

    • (this: Element, ev: Event): any
    • Parameters

      • this: Element
      • ev: Event

      Returns any

onwheel

onwheel: function

Type declaration

    • (this: GlobalEventHandlers, ev: WheelEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: WheelEvent

      Returns any

outerHTML

outerHTML: string

outerText

outerText: string

ownerDocument

ownerDocument: Document

parentElement

parentElement: HTMLElement | null

parentNode

parentNode: Node | null

prefix

prefix: string | null

previousElementSibling

previousElementSibling: Element | null

previousSibling

previousSibling: Node | null

scrollHeight

scrollHeight: number

scrollLeft

scrollLeft: number

scrollTop

scrollTop: number

scrollWidth

scrollWidth: number

shadowRoot

shadowRoot: ShadowRoot | null

slot

slot: string

spellcheck

spellcheck: boolean

style

style: CSSStyleDeclaration

tabIndex

tabIndex: number

tagName

tagName: string

textContent

textContent: string | null

title

title: string

Methods

addEventListener

  • addEventListener<K>(type: K, listener: function, useCapture?: undefined | true | false): void
  • addEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: undefined | true | false): void
  • Type parameters

    • K: "abort" | "activate" | "beforeactivate" | "beforecopy" | "beforecut" | "beforedeactivate" | "beforepaste" | "blur" | "canplay" | "canplaythrough" | "change" | "click" | "contextmenu" | "copy" | "cuechange" | "cut" | "dblclick" | "deactivate" | "drag" | "dragend" | "dragenter" | "dragleave" | "dragover" | "dragstart" | "drop" | "durationchange" | "emptied" | "ended" | "error" | "focus" | "input" | "invalid" | "keydown" | "keypress" | "keyup" | "load" | "loadeddata" | "loadedmetadata" | "loadstart" | "mousedown" | "mouseenter" | "mouseleave" | "mousemove" | "mouseout" | "mouseover" | "mouseup" | "mousewheel" | "MSContentZoom" | "MSManipulationStateChanged" | "paste" | "pause" | "play" | "playing" | "progress" | "ratechange" | "reset" | "scroll" | "seeked" | "seeking" | "select" | "selectstart" | "stalled" | "submit" | "suspend" | "timeupdate" | "volumechange" | "waiting" | "ariarequest" | "command" | "gotpointercapture" | "lostpointercapture" | "MSGestureChange" | "MSGestureDoubleTap" | "MSGestureEnd" | "MSGestureHold" | "MSGestureStart" | "MSGestureTap" | "MSGotPointerCapture" | "MSInertiaStart" | "MSLostPointerCapture" | "MSPointerCancel" | "MSPointerDown" | "MSPointerEnter" | "MSPointerLeave" | "MSPointerMove" | "MSPointerOut" | "MSPointerOver" | "MSPointerUp" | "touchcancel" | "touchend" | "touchmove" | "touchstart" | "webkitfullscreenchange" | "webkitfullscreenerror" | "pointercancel" | "pointerdown" | "pointerenter" | "pointerleave" | "pointermove" | "pointerout" | "pointerover" | "pointerup" | "wheel"

    Parameters

    • type: K
    • listener: function
        • (this: HTMLElement, ev: HTMLElementEventMap[K]): any
        • Parameters

          • this: HTMLElement
          • ev: HTMLElementEventMap[K]

          Returns any

    • Optional useCapture: undefined | true | false

    Returns void

  • Parameters

    • type: string
    • listener: EventListenerOrEventListenerObject
    • Optional useCapture: undefined | true | false

    Returns void

appendChild

  • appendChild<T>(newChild: T): T
  • Type parameters

    • T: Node

    Parameters

    • newChild: T

    Returns T

attachShadow

  • attachShadow(shadowRootInitDict: ShadowRootInit): ShadowRoot
  • Parameters

    • shadowRootInitDict: ShadowRootInit

    Returns ShadowRoot

blur

  • blur(): void
  • Returns void

click

  • click(): void
  • Returns void

cloneNode

  • cloneNode(deep?: undefined | true | false): Node
  • Parameters

    • Optional deep: undefined | true | false

    Returns Node

closest

  • closest(selector: string): Element | null
  • Parameters

    • selector: string

    Returns Element | null

compareDocumentPosition

  • compareDocumentPosition(other: Node): number
  • Parameters

    • other: Node

    Returns number

contains

  • contains(child: Node): boolean
  • Parameters

    • child: Node

    Returns boolean

dispatchEvent

  • dispatchEvent(evt: Event): boolean
  • Parameters

    • evt: Event

    Returns boolean

dragDrop

  • dragDrop(): boolean
  • Returns boolean

focus

  • focus(): void
  • Returns void

getAttribute

  • getAttribute(name: string): string | null
  • Parameters

    • name: string

    Returns string | null

getAttributeNS

  • getAttributeNS(namespaceURI: string, localName: string): string
  • Parameters

    • namespaceURI: string
    • localName: string

    Returns string

getAttributeNode

  • getAttributeNode(name: string): Attr
  • Parameters

    • name: string

    Returns Attr

getAttributeNodeNS

  • getAttributeNodeNS(namespaceURI: string, localName: string): Attr
  • Parameters

    • namespaceURI: string
    • localName: string

    Returns Attr

getBoundingClientRect

  • getBoundingClientRect(): ClientRect
  • Returns ClientRect

getClientRects

  • getClientRects(): ClientRectList
  • Returns ClientRectList

getElementsByClassName

  • getElementsByClassName(classNames: string): NodeListOf<Element>
  • Parameters

    • classNames: string

    Returns NodeListOf<Element>

getElementsByTagName

  • getElementsByTagName<K>(name: K): ElementListTagNameMap[K]
  • getElementsByTagName(name: string): NodeListOf<Element>
  • Type parameters

    • K: "symbol" | "object" | "input" | "progress" | "select" | "abbr" | "acronym" | "address" | "article" | "aside" | "b" | "bdo" | "big" | "center" | "circle" | "cite" | "clippath" | "code" | "dd" | "defs" | "desc" | "dfn" | "dt" | "ellipse" | "em" | "feblend" | "fecolormatrix" | "fecomponenttransfer" | "fecomposite" | "feconvolvematrix" | "fediffuselighting" | "fedisplacementmap" | "fedistantlight" | "feflood" | "fefunca" | "fefuncb" | "fefuncg" | "fefuncr" | "fegaussianblur" | "feimage" | "femerge" | "femergenode" | "femorphology" | "feoffset" | "fepointlight" | "fespecularlighting" | "fespotlight" | "fetile" | "feturbulence" | "figcaption" | "figure" | "filter" | "footer" | "foreignobject" | "g" | "header" | "hgroup" | "i" | "image" | "kbd" | "keygen" | "line" | "lineargradient" | "mark" | "marker" | "mask" | "metadata" | "nav" | "nobr" | "noframes" | "noscript" | "path" | "pattern" | "plaintext" | "polygon" | "polyline" | "radialgradient" | "rect" | "rt" | "ruby" | "s" | "samp" | "section" | "small" | "stop" | "strike" | "strong" | "sub" | "sup" | "svg" | "switch" | "text" | "textpath" | "tspan" | "tt" | "u" | "use" | "var" | "view" | "wbr" | "a" | "applet" | "area" | "audio" | "base" | "basefont" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "col" | "colgroup" | "data" | "datalist" | "del" | "dir" | "div" | "dl" | "embed" | "fieldset" | "font" | "form" | "frame" | "frameset" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "hr" | "html" | "iframe" | "img" | "ins" | "isindex" | "label" | "legend" | "li" | "link" | "listing" | "map" | "marquee" | "menu" | "meta" | "meter" | "nextid" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "q" | "script" | "source" | "span" | "style" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "ul" | "video" | "x-ms-webview" | "xmp"

    Parameters

    • name: K

    Returns ElementListTagNameMap[K]

  • Parameters

    • name: string

    Returns NodeListOf<Element>

getElementsByTagNameNS

  • getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>
  • getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>
  • getElementsByTagNameNS(namespaceURI: string, localName: string): HTMLCollectionOf<Element>
  • Parameters

    • namespaceURI: "http://www.w3.org/1999/xhtml"
    • localName: string

    Returns HTMLCollectionOf<HTMLElement>

  • Parameters

    • namespaceURI: "http://www.w3.org/2000/svg"
    • localName: string

    Returns HTMLCollectionOf<SVGElement>

  • Parameters

    • namespaceURI: string
    • localName: string

    Returns HTMLCollectionOf<Element>

hasAttribute

  • hasAttribute(name: string): boolean
  • Parameters

    • name: string

    Returns boolean

hasAttributeNS

  • hasAttributeNS(namespaceURI: string, localName: string): boolean
  • Parameters

    • namespaceURI: string
    • localName: string

    Returns boolean

hasAttributes

  • hasAttributes(): boolean
  • Returns boolean

hasChildNodes

  • hasChildNodes(): boolean
  • Returns boolean

insertAdjacentElement

  • insertAdjacentElement(position: InsertPosition, insertedElement: Element): Element | null
  • Parameters

    • position: InsertPosition
    • insertedElement: Element

    Returns Element | null

insertAdjacentHTML

  • insertAdjacentHTML(where: InsertPosition, html: string): void
  • Parameters

    • where: InsertPosition
    • html: string

    Returns void

insertAdjacentText

  • insertAdjacentText(where: InsertPosition, text: string): void
  • Parameters

    • where: InsertPosition
    • text: string

    Returns void

insertBefore

  • insertBefore<T>(newChild: T, refChild: Node | null): T
  • Type parameters

    • T: Node

    Parameters

    • newChild: T
    • refChild: Node | null

    Returns T

isDefaultNamespace

  • isDefaultNamespace(namespaceURI: string | null): boolean
  • Parameters

    • namespaceURI: string | null

    Returns boolean

isEqualNode

  • isEqualNode(arg: Node): boolean
  • Parameters

    • arg: Node

    Returns boolean

isSameNode

  • isSameNode(other: Node): boolean
  • Parameters

    • other: Node

    Returns boolean

lookupNamespaceURI

  • lookupNamespaceURI(prefix: string | null): string | null
  • Parameters

    • prefix: string | null

    Returns string | null

lookupPrefix

  • lookupPrefix(namespaceURI: string | null): string | null
  • Parameters

    • namespaceURI: string | null

    Returns string | null

matches

  • matches(selector: string): boolean
  • Parameters

    • selector: string

    Returns boolean

msGetInputContext

  • msGetInputContext(): MSInputMethodContext
  • Returns MSInputMethodContext

msGetRegionContent

  • msGetRegionContent(): MSRangeCollection
  • Returns MSRangeCollection

msGetUntransformedBounds

  • msGetUntransformedBounds(): ClientRect
  • Returns ClientRect

msMatchesSelector

  • msMatchesSelector(selectors: string): boolean
  • Parameters

    • selectors: string

    Returns boolean

msReleasePointerCapture

  • msReleasePointerCapture(pointerId: number): void
  • Parameters

    • pointerId: number

    Returns void

msSetPointerCapture

  • msSetPointerCapture(pointerId: number): void
  • Parameters

    • pointerId: number

    Returns void

msZoomTo

  • msZoomTo(args: MsZoomToOptions): void
  • Parameters

    • args: MsZoomToOptions

    Returns void

normalize

  • normalize(): void
  • Returns void

querySelector

  • querySelector<K>(selectors: K): ElementTagNameMap[K] | null
  • querySelector(selectors: string): Element | null
  • Type parameters

    • K: "symbol" | "object" | "input" | "progress" | "select" | "abbr" | "acronym" | "address" | "article" | "aside" | "b" | "bdo" | "big" | "center" | "circle" | "cite" | "clippath" | "code" | "dd" | "defs" | "desc" | "dfn" | "dt" | "ellipse" | "em" | "feblend" | "fecolormatrix" | "fecomponenttransfer" | "fecomposite" | "feconvolvematrix" | "fediffuselighting" | "fedisplacementmap" | "fedistantlight" | "feflood" | "fefunca" | "fefuncb" | "fefuncg" | "fefuncr" | "fegaussianblur" | "feimage" | "femerge" | "femergenode" | "femorphology" | "feoffset" | "fepointlight" | "fespecularlighting" | "fespotlight" | "fetile" | "feturbulence" | "figcaption" | "figure" | "filter" | "footer" | "foreignobject" | "g" | "header" | "hgroup" | "i" | "image" | "kbd" | "keygen" | "line" | "lineargradient" | "mark" | "marker" | "mask" | "metadata" | "nav" | "nobr" | "noframes" | "noscript" | "path" | "pattern" | "plaintext" | "polygon" | "polyline" | "radialgradient" | "rect" | "rt" | "ruby" | "s" | "samp" | "section" | "small" | "stop" | "strike" | "strong" | "sub" | "sup" | "svg" | "switch" | "text" | "textpath" | "tspan" | "tt" | "u" | "use" | "var" | "view" | "wbr" | "a" | "applet" | "area" | "audio" | "base" | "basefont" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "col" | "colgroup" | "data" | "datalist" | "del" | "dir" | "div" | "dl" | "embed" | "fieldset" | "font" | "form" | "frame" | "frameset" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "hr" | "html" | "iframe" | "img" | "ins" | "isindex" | "label" | "legend" | "li" | "link" | "listing" | "map" | "marquee" | "menu" | "meta" | "meter" | "nextid" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "q" | "script" | "source" | "span" | "style" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "ul" | "video" | "x-ms-webview" | "xmp"

    Parameters

    • selectors: K

    Returns ElementTagNameMap[K] | null

  • Parameters

    • selectors: string

    Returns Element | null

querySelectorAll

  • querySelectorAll<K>(selectors: K): ElementListTagNameMap[K]
  • querySelectorAll(selectors: string): NodeListOf<Element>
  • Type parameters

    • K: "symbol" | "object" | "input" | "progress" | "select" | "abbr" | "acronym" | "address" | "article" | "aside" | "b" | "bdo" | "big" | "center" | "circle" | "cite" | "clippath" | "code" | "dd" | "defs" | "desc" | "dfn" | "dt" | "ellipse" | "em" | "feblend" | "fecolormatrix" | "fecomponenttransfer" | "fecomposite" | "feconvolvematrix" | "fediffuselighting" | "fedisplacementmap" | "fedistantlight" | "feflood" | "fefunca" | "fefuncb" | "fefuncg" | "fefuncr" | "fegaussianblur" | "feimage" | "femerge" | "femergenode" | "femorphology" | "feoffset" | "fepointlight" | "fespecularlighting" | "fespotlight" | "fetile" | "feturbulence" | "figcaption" | "figure" | "filter" | "footer" | "foreignobject" | "g" | "header" | "hgroup" | "i" | "image" | "kbd" | "keygen" | "line" | "lineargradient" | "mark" | "marker" | "mask" | "metadata" | "nav" | "nobr" | "noframes" | "noscript" | "path" | "pattern" | "plaintext" | "polygon" | "polyline" | "radialgradient" | "rect" | "rt" | "ruby" | "s" | "samp" | "section" | "small" | "stop" | "strike" | "strong" | "sub" | "sup" | "svg" | "switch" | "text" | "textpath" | "tspan" | "tt" | "u" | "use" | "var" | "view" | "wbr" | "a" | "applet" | "area" | "audio" | "base" | "basefont" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "col" | "colgroup" | "data" | "datalist" | "del" | "dir" | "div" | "dl" | "embed" | "fieldset" | "font" | "form" | "frame" | "frameset" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "hr" | "html" | "iframe" | "img" | "ins" | "isindex" | "label" | "legend" | "li" | "link" | "listing" | "map" | "marquee" | "menu" | "meta" | "meter" | "nextid" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "q" | "script" | "source" | "span" | "style" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "ul" | "video" | "x-ms-webview" | "xmp"

    Parameters

    • selectors: K

    Returns ElementListTagNameMap[K]

  • Parameters

    • selectors: string

    Returns NodeListOf<Element>

releasePointerCapture

  • releasePointerCapture(pointerId: number): void
  • Parameters

    • pointerId: number

    Returns void

remove

  • remove(): void
  • Returns void

removeAttribute

  • removeAttribute(qualifiedName: string): void
  • Parameters

    • qualifiedName: string

    Returns void

removeAttributeNS

  • removeAttributeNS(namespaceURI: string, localName: string): void
  • Parameters

    • namespaceURI: string
    • localName: string

    Returns void

removeAttributeNode

  • removeAttributeNode(oldAttr: Attr): Attr
  • Parameters

    • oldAttr: Attr

    Returns Attr

removeChild

  • removeChild<T>(oldChild: T): T
  • Type parameters

    • T: Node

    Parameters

    • oldChild: T

    Returns T

removeEventListener

  • removeEventListener(type: string, listener?: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void
  • Parameters

    • type: string
    • Optional listener: EventListenerOrEventListenerObject
    • Optional options: boolean | EventListenerOptions

    Returns void

replaceChild

  • replaceChild<T>(newChild: Node, oldChild: T): T
  • Type parameters

    • T: Node

    Parameters

    • newChild: Node
    • oldChild: T

    Returns T

requestFullscreen

  • requestFullscreen(): void
  • Returns void

requestPointerLock

  • requestPointerLock(): void
  • Returns void

scroll

  • scroll(options?: ScrollToOptions): void
  • scroll(x: number, y: number): void
  • Parameters

    • Optional options: ScrollToOptions

    Returns void

  • Parameters

    • x: number
    • y: number

    Returns void

scrollBy

  • scrollBy(options?: ScrollToOptions): void
  • scrollBy(x: number, y: number): void
  • Parameters

    • Optional options: ScrollToOptions

    Returns void

  • Parameters

    • x: number
    • y: number

    Returns void

scrollIntoView

  • scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void
  • Parameters

    • Optional arg: boolean | ScrollIntoViewOptions

    Returns void

scrollTo

  • scrollTo(options?: ScrollToOptions): void
  • scrollTo(x: number, y: number): void
  • Parameters

    • Optional options: ScrollToOptions

    Returns void

  • Parameters

    • x: number
    • y: number

    Returns void

setAttribute

  • setAttribute(name: string, value: string): void
  • Parameters

    • name: string
    • value: string

    Returns void

setAttributeNS

  • setAttributeNS(namespaceURI: string, qualifiedName: string, value: string): void
  • Parameters

    • namespaceURI: string
    • qualifiedName: string
    • value: string

    Returns void

setAttributeNode

  • setAttributeNode(newAttr: Attr): Attr
  • Parameters

    • newAttr: Attr

    Returns Attr

setAttributeNodeNS

  • setAttributeNodeNS(newAttr: Attr): Attr
  • Parameters

    • newAttr: Attr

    Returns Attr

setPointerCapture

  • setPointerCapture(pointerId: number): void
  • Parameters

    • pointerId: number

    Returns void

webkitMatchesSelector

  • webkitMatchesSelector(selectors: string): boolean
  • Parameters

    • selectors: string

    Returns boolean

webkitRequestFullScreen

  • webkitRequestFullScreen(): void
  • Returns void

webkitRequestFullscreen

  • webkitRequestFullscreen(): void
  • Returns void

Generated using TypeDoc