Skip to content

@get-advantage/advantage / types / IAdvantageUILayer

Interface: IAdvantageUILayer

types.IAdvantageUILayer

Hierarchy

  • HTMLElement

    IAdvantageUILayer

Properties

ATTRIBUTE_NODE

Readonly ATTRIBUTE_NODE: 2

Inherited from

HTMLElement.ATTRIBUTE_NODE

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16315


CDATA_SECTION_NODE

Readonly CDATA_SECTION_NODE: 4

node is a CDATASection node.

Inherited from

HTMLElement.CDATA_SECTION_NODE

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16319


COMMENT_NODE

Readonly COMMENT_NODE: 8

node is a Comment node.

Inherited from

HTMLElement.COMMENT_NODE

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16325


DOCUMENT_FRAGMENT_NODE

Readonly DOCUMENT_FRAGMENT_NODE: 11

node is a DocumentFragment node.

Inherited from

HTMLElement.DOCUMENT_FRAGMENT_NODE

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16331


DOCUMENT_NODE

Readonly DOCUMENT_NODE: 9

node is a document.

Inherited from

HTMLElement.DOCUMENT_NODE

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16327


DOCUMENT_POSITION_CONTAINED_BY

Readonly DOCUMENT_POSITION_CONTAINED_BY: 16

Set when other is a descendant of node.

Inherited from

HTMLElement.DOCUMENT_POSITION_CONTAINED_BY

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16342


DOCUMENT_POSITION_CONTAINS

Readonly DOCUMENT_POSITION_CONTAINS: 8

Set when other is an ancestor of node.

Inherited from

HTMLElement.DOCUMENT_POSITION_CONTAINS

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16340


DOCUMENT_POSITION_DISCONNECTED

Readonly DOCUMENT_POSITION_DISCONNECTED: 1

Set when node and other are not in the same tree.

Inherited from

HTMLElement.DOCUMENT_POSITION_DISCONNECTED

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16334


DOCUMENT_POSITION_FOLLOWING

Readonly DOCUMENT_POSITION_FOLLOWING: 4

Set when other is following node.

Inherited from

HTMLElement.DOCUMENT_POSITION_FOLLOWING

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16338


DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC

Readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32

Inherited from

HTMLElement.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16343


DOCUMENT_POSITION_PRECEDING

Readonly DOCUMENT_POSITION_PRECEDING: 2

Set when other is preceding node.

Inherited from

HTMLElement.DOCUMENT_POSITION_PRECEDING

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16336


DOCUMENT_TYPE_NODE

Readonly DOCUMENT_TYPE_NODE: 10

node is a doctype.

Inherited from

HTMLElement.DOCUMENT_TYPE_NODE

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16329


ELEMENT_NODE

Readonly ELEMENT_NODE: 1

node is an element.

Inherited from

HTMLElement.ELEMENT_NODE

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16314


ENTITY_NODE

Readonly ENTITY_NODE: 6

Inherited from

HTMLElement.ENTITY_NODE

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16321


ENTITY_REFERENCE_NODE

Readonly ENTITY_REFERENCE_NODE: 5

Inherited from

HTMLElement.ENTITY_REFERENCE_NODE

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16320


NOTATION_NODE

Readonly NOTATION_NODE: 12

Inherited from

HTMLElement.NOTATION_NODE

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16332


PROCESSING_INSTRUCTION_NODE

Readonly PROCESSING_INSTRUCTION_NODE: 7

node is a ProcessingInstruction node.

Inherited from

HTMLElement.PROCESSING_INSTRUCTION_NODE

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16323


TEXT_NODE

Readonly TEXT_NODE: 3

node is a Text node.

Inherited from

HTMLElement.TEXT_NODE

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16317


accessKey

accessKey: string

MDN Reference

Inherited from

HTMLElement.accessKey

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10102


accessKeyLabel

Readonly accessKeyLabel: string

MDN Reference

Inherited from

HTMLElement.accessKeyLabel

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10104


ariaAtomic

ariaAtomic: null | string

MDN Reference

Inherited from

HTMLElement.ariaAtomic

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2207


ariaAutoComplete

ariaAutoComplete: null | string

MDN Reference

Inherited from

HTMLElement.ariaAutoComplete

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2209


ariaBusy

ariaBusy: null | string

MDN Reference

Inherited from

HTMLElement.ariaBusy

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2211


ariaChecked

ariaChecked: null | string

MDN Reference

Inherited from

HTMLElement.ariaChecked

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2213


ariaColCount

ariaColCount: null | string

MDN Reference

Inherited from

HTMLElement.ariaColCount

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2215


ariaColIndex

ariaColIndex: null | string

MDN Reference

Inherited from

HTMLElement.ariaColIndex

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2217


ariaColSpan

ariaColSpan: null | string

MDN Reference

Inherited from

HTMLElement.ariaColSpan

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2219


ariaCurrent

ariaCurrent: null | string

MDN Reference

Inherited from

HTMLElement.ariaCurrent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2221


ariaDescription

ariaDescription: null | string

MDN Reference

Inherited from

HTMLElement.ariaDescription

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2223


ariaDisabled

ariaDisabled: null | string

MDN Reference

Inherited from

HTMLElement.ariaDisabled

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2225


ariaExpanded

ariaExpanded: null | string

MDN Reference

Inherited from

HTMLElement.ariaExpanded

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2227


ariaHasPopup

ariaHasPopup: null | string

MDN Reference

Inherited from

HTMLElement.ariaHasPopup

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2229


ariaHidden

ariaHidden: null | string

MDN Reference

Inherited from

HTMLElement.ariaHidden

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2231


ariaInvalid

ariaInvalid: null | string

Inherited from

HTMLElement.ariaInvalid

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2232


ariaKeyShortcuts

ariaKeyShortcuts: null | string

MDN Reference

Inherited from

HTMLElement.ariaKeyShortcuts

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2234


ariaLabel

ariaLabel: null | string

MDN Reference

Inherited from

HTMLElement.ariaLabel

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2236


ariaLevel

ariaLevel: null | string

MDN Reference

Inherited from

HTMLElement.ariaLevel

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2238


ariaLive

ariaLive: null | string

MDN Reference

Inherited from

HTMLElement.ariaLive

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2240


ariaModal

ariaModal: null | string

MDN Reference

Inherited from

HTMLElement.ariaModal

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2242


ariaMultiLine

ariaMultiLine: null | string

MDN Reference

Inherited from

HTMLElement.ariaMultiLine

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2244


ariaMultiSelectable

ariaMultiSelectable: null | string

MDN Reference

Inherited from

HTMLElement.ariaMultiSelectable

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2246


ariaOrientation

ariaOrientation: null | string

MDN Reference

Inherited from

HTMLElement.ariaOrientation

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2248


ariaPlaceholder

ariaPlaceholder: null | string

MDN Reference

Inherited from

HTMLElement.ariaPlaceholder

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2250


ariaPosInSet

ariaPosInSet: null | string

MDN Reference

Inherited from

HTMLElement.ariaPosInSet

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2252


ariaPressed

ariaPressed: null | string

MDN Reference

Inherited from

HTMLElement.ariaPressed

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2254


ariaReadOnly

ariaReadOnly: null | string

MDN Reference

Inherited from

HTMLElement.ariaReadOnly

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2256


ariaRequired

ariaRequired: null | string

MDN Reference

Inherited from

HTMLElement.ariaRequired

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2258


ariaRoleDescription

ariaRoleDescription: null | string

MDN Reference

Inherited from

HTMLElement.ariaRoleDescription

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2260


ariaRowCount

ariaRowCount: null | string

MDN Reference

Inherited from

HTMLElement.ariaRowCount

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2262


ariaRowIndex

ariaRowIndex: null | string

MDN Reference

Inherited from

HTMLElement.ariaRowIndex

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2264


ariaRowSpan

ariaRowSpan: null | string

MDN Reference

Inherited from

HTMLElement.ariaRowSpan

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2266


ariaSelected

ariaSelected: null | string

MDN Reference

Inherited from

HTMLElement.ariaSelected

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2268


ariaSetSize

ariaSetSize: null | string

MDN Reference

Inherited from

HTMLElement.ariaSetSize

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2270


ariaSort

ariaSort: null | string

MDN Reference

Inherited from

HTMLElement.ariaSort

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2272


ariaValueMax

ariaValueMax: null | string

MDN Reference

Inherited from

HTMLElement.ariaValueMax

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2274


ariaValueMin

ariaValueMin: null | string

MDN Reference

Inherited from

HTMLElement.ariaValueMin

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2276


ariaValueNow

ariaValueNow: null | string

MDN Reference

Inherited from

HTMLElement.ariaValueNow

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2278


ariaValueText

ariaValueText: null | string

MDN Reference

Inherited from

HTMLElement.ariaValueText

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2280


assignedSlot

Readonly assignedSlot: null | HTMLSlotElement

MDN Reference

Inherited from

HTMLElement.assignedSlot

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21437


attributeStyleMap

Readonly attributeStyleMap: StylePropertyMap

Inherited from

HTMLElement.attributeStyleMap

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7900


attributes

Readonly attributes: NamedNodeMap

MDN Reference

Inherited from

HTMLElement.attributes

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7644


autocapitalize

autocapitalize: string

Inherited from

HTMLElement.autocapitalize

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10105


autofocus

autofocus: boolean

MDN Reference

Inherited from

HTMLElement.autofocus

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12118


baseURI

Readonly baseURI: string

Returns node's node document's document base URL.

MDN Reference

Inherited from

HTMLElement.baseURI

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16184


changeContent

changeContent: (content: string | HTMLElement) => void

Type declaration

▸ (content): void

Parameters
NameType
contentstring | HTMLElement
Returns

void

Defined in

src/types/index.ts:52


childElementCount

Readonly childElementCount: number

MDN Reference

Inherited from

HTMLElement.childElementCount

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16877


childNodes

Readonly childNodes: NodeListOf<ChildNode>

Returns the children.

MDN Reference

Inherited from

HTMLElement.childNodes

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16190


children

Readonly children: HTMLCollection

Returns the child elements.

MDN Reference

Inherited from

HTMLElement.children

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16883


classList

Readonly classList: DOMTokenList

Allows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.

MDN Reference

Inherited from

HTMLElement.classList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7650


className

className: string

Returns the value of element's class content attribute. Can be set to change it.

MDN Reference

Inherited from

HTMLElement.className

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7656


clientHeight

Readonly clientHeight: number

MDN Reference

Inherited from

HTMLElement.clientHeight

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7658


clientLeft

Readonly clientLeft: number

MDN Reference

Inherited from

HTMLElement.clientLeft

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7660


clientTop

Readonly clientTop: number

MDN Reference

Inherited from

HTMLElement.clientTop

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7662


clientWidth

Readonly clientWidth: number

MDN Reference

Inherited from

HTMLElement.clientWidth

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7664


contentEditable

contentEditable: string

MDN Reference

Inherited from

HTMLElement.contentEditable

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7907


dataset

Readonly dataset: DOMStringMap

MDN Reference

Inherited from

HTMLElement.dataset

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12120


dir

dir: string

MDN Reference

Inherited from

HTMLElement.dir

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10107


draggable

draggable: boolean

MDN Reference

Inherited from

HTMLElement.draggable

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10109


enterKeyHint

enterKeyHint: string

MDN Reference

Inherited from

HTMLElement.enterKeyHint

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7909


firstChild

Readonly firstChild: null | ChildNode

Returns the first child.

MDN Reference

Inherited from

HTMLElement.firstChild

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16196


firstElementChild

Readonly firstElementChild: null | Element

Returns the first child that is an element, and null otherwise.

MDN Reference

Inherited from

HTMLElement.firstElementChild

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16889


getAllSlottedElements

getAllSlottedElements: (selector: string) => HTMLElement[]

Type declaration

▸ (selector): HTMLElement[]

Parameters
NameType
selectorstring
Returns

HTMLElement[]

Defined in

src/types/index.ts:55


getSlottedElement

getSlottedElement: (selector: string) => null | HTMLElement

Type declaration

▸ (selector): null | HTMLElement

Parameters
NameType
selectorstring
Returns

null | HTMLElement

Defined in

src/types/index.ts:54


hidden

hidden: boolean

MDN Reference

Inherited from

HTMLElement.hidden

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10111


id

id: string

Returns the value of element's id content attribute. Can be set to change it.

MDN Reference

Inherited from

HTMLElement.id

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7670


inert

inert: boolean

MDN Reference

Inherited from

HTMLElement.inert

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10113


innerHTML

innerHTML: string

MDN Reference

Inherited from

HTMLElement.innerHTML

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14381


innerText

innerText: string

MDN Reference

Inherited from

HTMLElement.innerText

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10115


inputMode

inputMode: string

MDN Reference

Inherited from

HTMLElement.inputMode

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7911


insertCSS

insertCSS: (CSS: string) => void

Type declaration

▸ (CSS): void

Parameters
NameType
CSSstring
Returns

void

Defined in

src/types/index.ts:53


isConnected

Readonly isConnected: boolean

Returns true if node is connected and false otherwise.

MDN Reference

Inherited from

HTMLElement.isConnected

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16202


isContentEditable

Readonly isContentEditable: boolean

MDN Reference

Inherited from

HTMLElement.isContentEditable

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7913


lang

lang: string

MDN Reference

Inherited from

HTMLElement.lang

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10117


lastChild

Readonly lastChild: null | ChildNode

Returns the last child.

MDN Reference

Inherited from

HTMLElement.lastChild

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16208


lastElementChild

Readonly lastElementChild: null | Element

Returns the last child that is an element, and null otherwise.

MDN Reference

Inherited from

HTMLElement.lastElementChild

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16895


localName

Readonly localName: string

Returns the local name.

MDN Reference

Inherited from

HTMLElement.localName

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7676


namespaceURI

Readonly namespaceURI: null | string

Returns the namespace.

MDN Reference

Inherited from

HTMLElement.namespaceURI

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7682


nextElementSibling

Readonly nextElementSibling: null | Element

Returns the first following sibling that is an element, and null otherwise.

MDN Reference

Inherited from

HTMLElement.nextElementSibling

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16464


nextSibling

Readonly nextSibling: null | ChildNode

Returns the next sibling.

MDN Reference

Inherited from

HTMLElement.nextSibling

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16214


nodeName

Readonly nodeName: string

Returns a string appropriate for the type of node.

MDN Reference

Inherited from

HTMLElement.nodeName

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16220


nodeType

Readonly nodeType: number

Returns the type of node.

MDN Reference

Inherited from

HTMLElement.nodeType

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16226


nodeValue

nodeValue: null | string

MDN Reference

Inherited from

HTMLElement.nodeValue

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16228


nonce

Optional nonce: string

MDN Reference

Inherited from

HTMLElement.nonce

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12122


offsetHeight

Readonly offsetHeight: number

MDN Reference

Inherited from

HTMLElement.offsetHeight

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10119


offsetLeft

Readonly offsetLeft: number

MDN Reference

Inherited from

HTMLElement.offsetLeft

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10121


offsetParent

Readonly offsetParent: null | Element

MDN Reference

Inherited from

HTMLElement.offsetParent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10123


offsetTop

Readonly offsetTop: number

MDN Reference

Inherited from

HTMLElement.offsetTop

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10125


offsetWidth

Readonly offsetWidth: number

MDN Reference

Inherited from

HTMLElement.offsetWidth

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10127


onabort

onabort: null | (this: GlobalEventHandlers, ev: UIEvent) => any

Fires when the user aborts the download.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onabort

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8994


onanimationcancel

onanimationcancel: null | (this: GlobalEventHandlers, ev: AnimationEvent) => any

MDN Reference

Inherited from

HTMLElement.onanimationcancel

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8996


onanimationend

onanimationend: null | (this: GlobalEventHandlers, ev: AnimationEvent) => any

MDN Reference

Inherited from

HTMLElement.onanimationend

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8998


onanimationiteration

onanimationiteration: null | (this: GlobalEventHandlers, ev: AnimationEvent) => any

MDN Reference

Inherited from

HTMLElement.onanimationiteration

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9000


onanimationstart

onanimationstart: null | (this: GlobalEventHandlers, ev: AnimationEvent) => any

MDN Reference

Inherited from

HTMLElement.onanimationstart

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9002


onauxclick

onauxclick: null | (this: GlobalEventHandlers, ev: MouseEvent) => any

MDN Reference

Inherited from

HTMLElement.onauxclick

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9004


onbeforeinput

onbeforeinput: null | (this: GlobalEventHandlers, ev: InputEvent) => any

MDN Reference

Inherited from

HTMLElement.onbeforeinput

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9006


onbeforetoggle

onbeforetoggle: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

HTMLElement.onbeforetoggle

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9008


onblur

onblur: null | (this: GlobalEventHandlers, ev: FocusEvent) => any

Fires when the object loses the input focus.

Param

The focus event.

MDN Reference

Inherited from

HTMLElement.onblur

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9015


oncancel

oncancel: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

HTMLElement.oncancel

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9017


oncanplay

oncanplay: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when playback is possible, but would require further buffering.

Param

The event.

MDN Reference

Inherited from

HTMLElement.oncanplay

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9024


oncanplaythrough

oncanplaythrough: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

HTMLElement.oncanplaythrough

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9026


onchange

onchange: null | (this: GlobalEventHandlers, ev: Event) => any

Fires when the contents of the object or selection have changed.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onchange

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9033


onclick

onclick: null | (this: GlobalEventHandlers, ev: MouseEvent) => any

Fires when the user clicks the left mouse button on the object

Param

The mouse event.

MDN Reference

Inherited from

HTMLElement.onclick

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9040


onclose

onclose: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

HTMLElement.onclose

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9042


oncontextmenu

oncontextmenu: null | (this: GlobalEventHandlers, ev: MouseEvent) => any

Fires when the user clicks the right mouse button in the client area, opening the context menu.

Param

The mouse event.

MDN Reference

Inherited from

HTMLElement.oncontextmenu

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9049


oncopy

oncopy: null | (this: GlobalEventHandlers, ev: ClipboardEvent) => any

MDN Reference

Inherited from

HTMLElement.oncopy

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9051


oncuechange

oncuechange: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

HTMLElement.oncuechange

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9053


oncut

oncut: null | (this: GlobalEventHandlers, ev: ClipboardEvent) => any

MDN Reference

Inherited from

HTMLElement.oncut

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9055


ondblclick

ondblclick: null | (this: GlobalEventHandlers, ev: MouseEvent) => any

Fires when the user double-clicks the object.

Param

The mouse event.

MDN Reference

Inherited from

HTMLElement.ondblclick

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9062


ondrag

ondrag: null | (this: GlobalEventHandlers, ev: DragEvent) => any

Fires on the source object continuously during a drag operation.

Param

The event.

MDN Reference

Inherited from

HTMLElement.ondrag

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9069


ondragend

ondragend: null | (this: GlobalEventHandlers, ev: DragEvent) => any

Fires on the source object when the user releases the mouse at the close of a drag operation.

Param

The event.

MDN Reference

Inherited from

HTMLElement.ondragend

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9076


ondragenter

ondragenter: null | (this: GlobalEventHandlers, ev: DragEvent) => any

Fires on the target element when the user drags the object to a valid drop target.

Param

The drag event.

MDN Reference

Inherited from

HTMLElement.ondragenter

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9083


ondragleave

ondragleave: null | (this: GlobalEventHandlers, ev: DragEvent) => any

Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.

Param

The drag event.

MDN Reference

Inherited from

HTMLElement.ondragleave

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9090


ondragover

ondragover: null | (this: GlobalEventHandlers, ev: DragEvent) => any

Fires on the target element continuously while the user drags the object over a valid drop target.

Param

The event.

MDN Reference

Inherited from

HTMLElement.ondragover

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9097


ondragstart

ondragstart: null | (this: GlobalEventHandlers, ev: DragEvent) => any

Fires on the source object when the user starts to drag a text selection or selected object.

Param

The event.

MDN Reference

Inherited from

HTMLElement.ondragstart

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9104


ondrop

ondrop: null | (this: GlobalEventHandlers, ev: DragEvent) => any

MDN Reference

Inherited from

HTMLElement.ondrop

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9106


ondurationchange

ondurationchange: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when the duration attribute is updated.

Param

The event.

MDN Reference

Inherited from

HTMLElement.ondurationchange

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9113


onemptied

onemptied: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when the media element is reset to its initial state.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onemptied

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9120


onended

onended: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when the end of playback is reached.

Param

The event

MDN Reference

Inherited from

HTMLElement.onended

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9127


onerror

onerror: OnErrorEventHandler

Fires when an error occurs during object loading.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onerror

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9134


onfocus

onfocus: null | (this: GlobalEventHandlers, ev: FocusEvent) => any

Fires when the object receives focus.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onfocus

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9141


onformdata

onformdata: null | (this: GlobalEventHandlers, ev: FormDataEvent) => any

MDN Reference

Inherited from

HTMLElement.onformdata

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9143


onfullscreenchange

onfullscreenchange: null | (this: Element, ev: Event) => any

MDN Reference

Inherited from

HTMLElement.onfullscreenchange

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7684


onfullscreenerror

onfullscreenerror: null | (this: Element, ev: Event) => any

MDN Reference

Inherited from

HTMLElement.onfullscreenerror

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7686


ongotpointercapture

ongotpointercapture: null | (this: GlobalEventHandlers, ev: PointerEvent) => any

MDN Reference

Inherited from

HTMLElement.ongotpointercapture

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9145


oninput

oninput: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

HTMLElement.oninput

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9147


oninvalid

oninvalid: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

HTMLElement.oninvalid

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9149


onkeydown

onkeydown: null | (this: GlobalEventHandlers, ev: KeyboardEvent) => any

Fires when the user presses a key.

Param

The keyboard event

MDN Reference

Inherited from

HTMLElement.onkeydown

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9156


onkeypress

onkeypress: null | (this: GlobalEventHandlers, ev: KeyboardEvent) => any

Fires when the user presses an alphanumeric key.

Param

The event.

Deprecated

MDN Reference

Inherited from

HTMLElement.onkeypress

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9164


onkeyup

onkeyup: null | (this: GlobalEventHandlers, ev: KeyboardEvent) => any

Fires when the user releases a key.

Param

The keyboard event

MDN Reference

Inherited from

HTMLElement.onkeyup

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9171


onload

onload: null | (this: GlobalEventHandlers, ev: Event) => any

Fires immediately after the browser loads the object.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onload

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9178


onloadeddata

onloadeddata: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when media data is loaded at the current playback position.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onloadeddata

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9185


onloadedmetadata

onloadedmetadata: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when the duration and dimensions of the media have been determined.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onloadedmetadata

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9192


onloadstart

onloadstart: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when Internet Explorer begins looking for media data.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onloadstart

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9199


onlostpointercapture

onlostpointercapture: null | (this: GlobalEventHandlers, ev: PointerEvent) => any

MDN Reference

Inherited from

HTMLElement.onlostpointercapture

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9201


onmousedown

onmousedown: null | (this: GlobalEventHandlers, ev: MouseEvent) => any

Fires when the user clicks the object with either mouse button.

Param

The mouse event.

MDN Reference

Inherited from

HTMLElement.onmousedown

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9208


onmouseenter

onmouseenter: null | (this: GlobalEventHandlers, ev: MouseEvent) => any

MDN Reference

Inherited from

HTMLElement.onmouseenter

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9210


onmouseleave

onmouseleave: null | (this: GlobalEventHandlers, ev: MouseEvent) => any

MDN Reference

Inherited from

HTMLElement.onmouseleave

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9212


onmousemove

onmousemove: null | (this: GlobalEventHandlers, ev: MouseEvent) => any

Fires when the user moves the mouse over the object.

Param

The mouse event.

MDN Reference

Inherited from

HTMLElement.onmousemove

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9219


onmouseout

onmouseout: null | (this: GlobalEventHandlers, ev: MouseEvent) => any

Fires when the user moves the mouse pointer outside the boundaries of the object.

Param

The mouse event.

MDN Reference

Inherited from

HTMLElement.onmouseout

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9226


onmouseover

onmouseover: null | (this: GlobalEventHandlers, ev: MouseEvent) => any

Fires when the user moves the mouse pointer into the object.

Param

The mouse event.

MDN Reference

Inherited from

HTMLElement.onmouseover

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9233


onmouseup

onmouseup: null | (this: GlobalEventHandlers, ev: MouseEvent) => any

Fires when the user releases a mouse button while the mouse is over the object.

Param

The mouse event.

MDN Reference

Inherited from

HTMLElement.onmouseup

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9240


onpaste

onpaste: null | (this: GlobalEventHandlers, ev: ClipboardEvent) => any

MDN Reference

Inherited from

HTMLElement.onpaste

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9242


onpause

onpause: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when playback is paused.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onpause

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9249


onplay

onplay: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when the play method is requested.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onplay

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9256


onplaying

onplaying: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when the audio or video has started playing.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onplaying

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9263


onpointercancel

onpointercancel: null | (this: GlobalEventHandlers, ev: PointerEvent) => any

MDN Reference

Inherited from

HTMLElement.onpointercancel

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9265


onpointerdown

onpointerdown: null | (this: GlobalEventHandlers, ev: PointerEvent) => any

MDN Reference

Inherited from

HTMLElement.onpointerdown

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9267


onpointerenter

onpointerenter: null | (this: GlobalEventHandlers, ev: PointerEvent) => any

MDN Reference

Inherited from

HTMLElement.onpointerenter

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9269


onpointerleave

onpointerleave: null | (this: GlobalEventHandlers, ev: PointerEvent) => any

MDN Reference

Inherited from

HTMLElement.onpointerleave

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9271


onpointermove

onpointermove: null | (this: GlobalEventHandlers, ev: PointerEvent) => any

MDN Reference

Inherited from

HTMLElement.onpointermove

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9273


onpointerout

onpointerout: null | (this: GlobalEventHandlers, ev: PointerEvent) => any

MDN Reference

Inherited from

HTMLElement.onpointerout

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9275


onpointerover

onpointerover: null | (this: GlobalEventHandlers, ev: PointerEvent) => any

MDN Reference

Inherited from

HTMLElement.onpointerover

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9277


onpointerup

onpointerup: null | (this: GlobalEventHandlers, ev: PointerEvent) => any

MDN Reference

Inherited from

HTMLElement.onpointerup

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9279


onprogress

onprogress: null | (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any

Occurs to indicate progress while downloading media data.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onprogress

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9286


onratechange

onratechange: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when the playback rate is increased or decreased.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onratechange

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9293


onreset

onreset: null | (this: GlobalEventHandlers, ev: Event) => any

Fires when the user resets a form.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onreset

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9300


onresize

onresize: null | (this: GlobalEventHandlers, ev: UIEvent) => any

MDN Reference

Inherited from

HTMLElement.onresize

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9302


onscroll

onscroll: null | (this: GlobalEventHandlers, ev: Event) => any

Fires when the user repositions the scroll box in the scroll bar on the object.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onscroll

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9309


onscrollend

onscrollend: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

HTMLElement.onscrollend

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9311


onsecuritypolicyviolation

onsecuritypolicyviolation: null | (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any

MDN Reference

Inherited from

HTMLElement.onsecuritypolicyviolation

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9313


onseeked

onseeked: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when the seek operation ends.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onseeked

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9320


onseeking

onseeking: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when the current playback position is moved.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onseeking

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9327


onselect

onselect: null | (this: GlobalEventHandlers, ev: Event) => any

Fires when the current selection changes.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onselect

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9334


onselectionchange

onselectionchange: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

HTMLElement.onselectionchange

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9336


onselectstart

onselectstart: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

HTMLElement.onselectstart

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9338


onslotchange

onslotchange: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

HTMLElement.onslotchange

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9340


onstalled

onstalled: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when the download has stopped.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onstalled

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9347


onsubmit

onsubmit: null | (this: GlobalEventHandlers, ev: SubmitEvent) => any

MDN Reference

Inherited from

HTMLElement.onsubmit

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9349


onsuspend

onsuspend: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs if the load operation has been intentionally halted.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onsuspend

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9356


ontimeupdate

ontimeupdate: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs to indicate the current playback position.

Param

The event.

MDN Reference

Inherited from

HTMLElement.ontimeupdate

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9363


ontoggle

ontoggle: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

HTMLElement.ontoggle

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9365


ontouchcancel

Optional ontouchcancel: null | (this: GlobalEventHandlers, ev: TouchEvent) => any

MDN Reference

Inherited from

HTMLElement.ontouchcancel

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9367


ontouchend

Optional ontouchend: null | (this: GlobalEventHandlers, ev: TouchEvent) => any

MDN Reference

Inherited from

HTMLElement.ontouchend

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9369


ontouchmove

Optional ontouchmove: null | (this: GlobalEventHandlers, ev: TouchEvent) => any

MDN Reference

Inherited from

HTMLElement.ontouchmove

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9371


ontouchstart

Optional ontouchstart: null | (this: GlobalEventHandlers, ev: TouchEvent) => any

MDN Reference

Inherited from

HTMLElement.ontouchstart

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9373


ontransitioncancel

ontransitioncancel: null | (this: GlobalEventHandlers, ev: TransitionEvent) => any

MDN Reference

Inherited from

HTMLElement.ontransitioncancel

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9375


ontransitionend

ontransitionend: null | (this: GlobalEventHandlers, ev: TransitionEvent) => any

MDN Reference

Inherited from

HTMLElement.ontransitionend

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9377


ontransitionrun

ontransitionrun: null | (this: GlobalEventHandlers, ev: TransitionEvent) => any

MDN Reference

Inherited from

HTMLElement.ontransitionrun

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9379


ontransitionstart

ontransitionstart: null | (this: GlobalEventHandlers, ev: TransitionEvent) => any

MDN Reference

Inherited from

HTMLElement.ontransitionstart

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9381


onvolumechange

onvolumechange: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when the volume is changed, or playback is muted or unmuted.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onvolumechange

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9388


onwaiting

onwaiting: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when playback stops because the next frame of a video resource is not available.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onwaiting

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9395


onwebkitanimationend

onwebkitanimationend: null | (this: GlobalEventHandlers, ev: Event) => any

Deprecated

This is a legacy alias of onanimationend.

MDN Reference

Inherited from

HTMLElement.onwebkitanimationend

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9401


onwebkitanimationiteration

onwebkitanimationiteration: null | (this: GlobalEventHandlers, ev: Event) => any

Deprecated

This is a legacy alias of onanimationiteration.

MDN Reference

Inherited from

HTMLElement.onwebkitanimationiteration

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9407


onwebkitanimationstart

onwebkitanimationstart: null | (this: GlobalEventHandlers, ev: Event) => any

Deprecated

This is a legacy alias of onanimationstart.

MDN Reference

Inherited from

HTMLElement.onwebkitanimationstart

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9413


onwebkittransitionend

onwebkittransitionend: null | (this: GlobalEventHandlers, ev: Event) => any

Deprecated

This is a legacy alias of ontransitionend.

MDN Reference

Inherited from

HTMLElement.onwebkittransitionend

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9419


onwheel

onwheel: null | (this: GlobalEventHandlers, ev: WheelEvent) => any

MDN Reference

Inherited from

HTMLElement.onwheel

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9421


outerHTML

outerHTML: string

MDN Reference

Inherited from

HTMLElement.outerHTML

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7688


outerText

outerText: string

MDN Reference

Inherited from

HTMLElement.outerText

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10129


ownerDocument

Readonly ownerDocument: Document

Inherited from

HTMLElement.ownerDocument

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7689


parentElement

Readonly parentElement: null | HTMLElement

Returns the parent element.

MDN Reference

Inherited from

HTMLElement.parentElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16240


parentNode

Readonly parentNode: null | ParentNode

Returns the parent.

MDN Reference

Inherited from

HTMLElement.parentNode

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16246


part

Readonly part: DOMTokenList

MDN Reference

Inherited from

HTMLElement.part

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7691


popover

popover: null | string

MDN Reference

Inherited from

HTMLElement.popover

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10131


prefix

Readonly prefix: null | string

Returns the namespace prefix.

MDN Reference

Inherited from

HTMLElement.prefix

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7697


previousElementSibling

Readonly previousElementSibling: null | Element

Returns the first preceding sibling that is an element, and null otherwise.

MDN Reference

Inherited from

HTMLElement.previousElementSibling

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16470


previousSibling

Readonly previousSibling: null | ChildNode

Returns the previous sibling.

MDN Reference

Inherited from

HTMLElement.previousSibling

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16252


querySlottedElements

querySlottedElements: (selector: string) => HTMLElement[]

Type declaration

▸ (selector): HTMLElement[]

Parameters
NameType
selectorstring
Returns

HTMLElement[]

Defined in

src/types/index.ts:56


role

role: null | string

Inherited from

HTMLElement.role

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2281


scrollHeight

Readonly scrollHeight: number

MDN Reference

Inherited from

HTMLElement.scrollHeight

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7699


scrollLeft

scrollLeft: number

MDN Reference

Inherited from

HTMLElement.scrollLeft

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7701


scrollTop

scrollTop: number

MDN Reference

Inherited from

HTMLElement.scrollTop

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7703


scrollWidth

Readonly scrollWidth: number

MDN Reference

Inherited from

HTMLElement.scrollWidth

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7705


shadowRoot

Readonly shadowRoot: null | ShadowRoot

Returns element's shadow root, if any, and if shadow root's mode is "open", and null otherwise.

MDN Reference

Inherited from

HTMLElement.shadowRoot

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7711


slot

slot: string

Returns the value of element's slot content attribute. Can be set to change it.

MDN Reference

Inherited from

HTMLElement.slot

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7717


spellcheck

spellcheck: boolean

MDN Reference

Inherited from

HTMLElement.spellcheck

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10133


style

Readonly style: CSSStyleDeclaration

MDN Reference

Inherited from

HTMLElement.style

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7902


tabIndex

tabIndex: number

MDN Reference

Inherited from

HTMLElement.tabIndex

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12124


tagName

Readonly tagName: string

Returns the HTML-uppercased qualified name.

MDN Reference

Inherited from

HTMLElement.tagName

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7723


textContent

textContent: null | string

MDN Reference

Inherited from

HTMLElement.textContent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16254


title

title: string

MDN Reference

Inherited from

HTMLElement.title

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10135


translate

translate: boolean

MDN Reference

Inherited from

HTMLElement.translate

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10137

Methods

addEventListener

addEventListener<K>(type, listener, options?): void

Type parameters

NameType
Kextends keyof HTMLElementEventMap

Parameters

NameType
typeK
listener(this: HTMLElement, ev: HTMLElementEventMap[K]) => any
options?boolean | AddEventListenerOptions

Returns

void

Inherited from

HTMLElement.addEventListener

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10148

addEventListener(type, listener, options?): void

Parameters

NameType
typestring
listenerEventListenerOrEventListenerObject
options?boolean | AddEventListenerOptions

Returns

void

Inherited from

HTMLElement.addEventListener

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10149


after

after(...nodes): void

Inserts nodes just after node, while replacing strings in nodes with equivalent Text nodes.

Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.

MDN Reference

Parameters

NameType
...nodes(string | Node)[]

Returns

void

Inherited from

HTMLElement.after

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5641


animate

animate(keyframes, options?): Animation

MDN Reference

Parameters

NameType
keyframesnull | Keyframe[] | PropertyIndexedKeyframes
options?number | KeyframeAnimationOptions

Returns

Animation

Inherited from

HTMLElement.animate

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2431


append

append(...nodes): void

Inserts nodes after the last child of node, while replacing strings in nodes with equivalent Text nodes.

Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.

MDN Reference

Parameters

NameType
...nodes(string | Node)[]

Returns

void

Inherited from

HTMLElement.append

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16903


appendChild

appendChild<T>(node): T

MDN Reference

Type parameters

NameType
Textends Node

Parameters

NameType
nodeT

Returns

T

Inherited from

HTMLElement.appendChild

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16256


attachInternals

attachInternals(): ElementInternals

MDN Reference

Returns

ElementInternals

Inherited from

HTMLElement.attachInternals

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10139


attachShadow

attachShadow(init): ShadowRoot

Creates a shadow root for element and returns it.

MDN Reference

Parameters

NameType
initShadowRootInit

Returns

ShadowRoot

Inherited from

HTMLElement.attachShadow

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7729


before

before(...nodes): void

Inserts nodes just before node, while replacing strings in nodes with equivalent Text nodes.

Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.

MDN Reference

Parameters

NameType
...nodes(string | Node)[]

Returns

void

Inherited from

HTMLElement.before

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5649


blur

blur(): void

MDN Reference

Returns

void

Inherited from

HTMLElement.blur

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12126


checkVisibility

checkVisibility(options?): boolean

MDN Reference

Parameters

NameType
options?CheckVisibilityOptions

Returns

boolean

Inherited from

HTMLElement.checkVisibility

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7731


click

click(): void

MDN Reference

Returns

void

Inherited from

HTMLElement.click

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10141


cloneNode

cloneNode(deep?): Node

Returns a copy of node. If deep is true, the copy also includes the node's descendants.

MDN Reference

Parameters

NameType
deep?boolean

Returns

Node

Inherited from

HTMLElement.cloneNode

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16262


closest

closest<K>(selector): null | HTMLElementTagNameMap[K]

Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.

MDN Reference

Type parameters

NameType
Kextends keyof HTMLElementTagNameMap

Parameters

NameType
selectorK

Returns

null | HTMLElementTagNameMap[K]

Inherited from

HTMLElement.closest

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7737

closest<K>(selector): null | SVGElementTagNameMap[K]

Type parameters

NameType
Kextends keyof SVGElementTagNameMap

Parameters

NameType
selectorK

Returns

null | SVGElementTagNameMap[K]

Inherited from

HTMLElement.closest

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7738

closest<K>(selector): null | MathMLElementTagNameMap[K]

Type parameters

NameType
Kextends keyof MathMLElementTagNameMap

Parameters

NameType
selectorK

Returns

null | MathMLElementTagNameMap[K]

Inherited from

HTMLElement.closest

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7739

closest<E>(selectors): null | E

Type parameters

NameType
Eextends Element = Element

Parameters

NameType
selectorsstring

Returns

null | E

Inherited from

HTMLElement.closest

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7740


compareDocumentPosition

compareDocumentPosition(other): number

Returns a bitmask indicating the position of other relative to node.

MDN Reference

Parameters

NameType
otherNode

Returns

number

Inherited from

HTMLElement.compareDocumentPosition

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16268


computedStyleMap

computedStyleMap(): StylePropertyMapReadOnly

MDN Reference

Returns

StylePropertyMapReadOnly

Inherited from

HTMLElement.computedStyleMap

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7742


contains

contains(other): boolean

Returns true if other is an inclusive descendant of node, and false otherwise.

MDN Reference

Parameters

NameType
othernull | Node

Returns

boolean

Inherited from

HTMLElement.contains

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16274


dispatchEvent

dispatchEvent(event): boolean

Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.

MDN Reference

Parameters

NameType
eventEvent

Returns

boolean

Inherited from

HTMLElement.dispatchEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8262


focus

focus(options?): void

MDN Reference

Parameters

NameType
options?FocusOptions

Returns

void

Inherited from

HTMLElement.focus

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12128


getAnimations

getAnimations(options?): Animation[]

MDN Reference

Parameters

NameType
options?GetAnimationsOptions

Returns

Animation[]

Inherited from

HTMLElement.getAnimations

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2433


getAttribute

getAttribute(qualifiedName): null | string

Returns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.

MDN Reference

Parameters

NameType
qualifiedNamestring

Returns

null | string

Inherited from

HTMLElement.getAttribute

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7748


getAttributeNS

getAttributeNS(namespace, localName): null | string

Returns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise.

MDN Reference

Parameters

NameType
namespacenull | string
localNamestring

Returns

null | string

Inherited from

HTMLElement.getAttributeNS

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7754


getAttributeNames

getAttributeNames(): string[]

Returns the qualified names of all element's attributes. Can contain duplicates.

MDN Reference

Returns

string[]

Inherited from

HTMLElement.getAttributeNames

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7760


getAttributeNode

getAttributeNode(qualifiedName): null | Attr

MDN Reference

Parameters

NameType
qualifiedNamestring

Returns

null | Attr

Inherited from

HTMLElement.getAttributeNode

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7762


getAttributeNodeNS

getAttributeNodeNS(namespace, localName): null | Attr

MDN Reference

Parameters

NameType
namespacenull | string
localNamestring

Returns

null | Attr

Inherited from

HTMLElement.getAttributeNodeNS

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7764


getBoundingClientRect

getBoundingClientRect(): DOMRect

MDN Reference

Returns

DOMRect

Inherited from

HTMLElement.getBoundingClientRect

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7766


getClientRects

getClientRects(): DOMRectList

MDN Reference

Returns

DOMRectList

Inherited from

HTMLElement.getClientRects

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7768


getElementsByClassName

getElementsByClassName(classNames): HTMLCollectionOf<Element>

Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames. The classNames argument is interpreted as a space-separated list of classes.

MDN Reference

Parameters

NameType
classNamesstring

Returns

HTMLCollectionOf<Element>

Inherited from

HTMLElement.getElementsByClassName

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7774


getElementsByTagName

getElementsByTagName<K>(qualifiedName): HTMLCollectionOf<HTMLElementTagNameMap[K]>

MDN Reference

Type parameters

NameType
Kextends keyof HTMLElementTagNameMap

Parameters

NameType
qualifiedNameK

Returns

HTMLCollectionOf<HTMLElementTagNameMap[K]>

Inherited from

HTMLElement.getElementsByTagName

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7776

getElementsByTagName<K>(qualifiedName): HTMLCollectionOf<SVGElementTagNameMap[K]>

Type parameters

NameType
Kextends keyof SVGElementTagNameMap

Parameters

NameType
qualifiedNameK

Returns

HTMLCollectionOf<SVGElementTagNameMap[K]>

Inherited from

HTMLElement.getElementsByTagName

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7777

getElementsByTagName<K>(qualifiedName): HTMLCollectionOf<MathMLElementTagNameMap[K]>

Type parameters

NameType
Kextends keyof MathMLElementTagNameMap

Parameters

NameType
qualifiedNameK

Returns

HTMLCollectionOf<MathMLElementTagNameMap[K]>

Inherited from

HTMLElement.getElementsByTagName

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7778

getElementsByTagName<K>(qualifiedName): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>

Type parameters

NameType
Kextends keyof HTMLElementDeprecatedTagNameMap

Parameters

NameType
qualifiedNameK

Returns

HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>

Deprecated

Inherited from

HTMLElement.getElementsByTagName

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7780

getElementsByTagName(qualifiedName): HTMLCollectionOf<Element>

Parameters

NameType
qualifiedNamestring

Returns

HTMLCollectionOf<Element>

Inherited from

HTMLElement.getElementsByTagName

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7781


getElementsByTagNameNS

getElementsByTagNameNS(namespaceURI, localName): HTMLCollectionOf<HTMLElement>

MDN Reference

Parameters

NameType
namespaceURI"http://www.w3.org/1999/xhtml"
localNamestring

Returns

HTMLCollectionOf<HTMLElement>

Inherited from

HTMLElement.getElementsByTagNameNS

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7783

getElementsByTagNameNS(namespaceURI, localName): HTMLCollectionOf<SVGElement>

Parameters

NameType
namespaceURI"http://www.w3.org/2000/svg"
localNamestring

Returns

HTMLCollectionOf<SVGElement>

Inherited from

HTMLElement.getElementsByTagNameNS

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7784

getElementsByTagNameNS(namespaceURI, localName): HTMLCollectionOf<MathMLElement>

Parameters

NameType
namespaceURI"http://www.w3.org/1998/Math/MathML"
localNamestring

Returns

HTMLCollectionOf<MathMLElement>

Inherited from

HTMLElement.getElementsByTagNameNS

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7785

getElementsByTagNameNS(namespace, localName): HTMLCollectionOf<Element>

Parameters

NameType
namespacenull | string
localNamestring

Returns

HTMLCollectionOf<Element>

Inherited from

HTMLElement.getElementsByTagNameNS

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7786


getRootNode

getRootNode(options?): Node

Returns node's root.

MDN Reference

Parameters

NameType
options?GetRootNodeOptions

Returns

Node

Inherited from

HTMLElement.getRootNode

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16280


hasAttribute

hasAttribute(qualifiedName): boolean

Returns true if element has an attribute whose qualified name is qualifiedName, and false otherwise.

MDN Reference

Parameters

NameType
qualifiedNamestring

Returns

boolean

Inherited from

HTMLElement.hasAttribute

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7792


hasAttributeNS

hasAttributeNS(namespace, localName): boolean

Returns true if element has an attribute whose namespace is namespace and local name is localName.

MDN Reference

Parameters

NameType
namespacenull | string
localNamestring

Returns

boolean

Inherited from

HTMLElement.hasAttributeNS

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7798


hasAttributes

hasAttributes(): boolean

Returns true if element has attributes, and false otherwise.

MDN Reference

Returns

boolean

Inherited from

HTMLElement.hasAttributes

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7804


hasChildNodes

hasChildNodes(): boolean

Returns whether node has children.

MDN Reference

Returns

boolean

Inherited from

HTMLElement.hasChildNodes

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16286


hasPointerCapture

hasPointerCapture(pointerId): boolean

MDN Reference

Parameters

NameType
pointerIdnumber

Returns

boolean

Inherited from

HTMLElement.hasPointerCapture

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7806


hidePopover

hidePopover(): void

MDN Reference

Returns

void

Inherited from

HTMLElement.hidePopover

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10143


insertAdjacentElement

insertAdjacentElement(where, element): null | Element

MDN Reference

Parameters

NameType
whereInsertPosition
elementElement

Returns

null | Element

Inherited from

HTMLElement.insertAdjacentElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7808


insertAdjacentHTML

insertAdjacentHTML(position, text): void

MDN Reference

Parameters

NameType
positionInsertPosition
textstring

Returns

void

Inherited from

HTMLElement.insertAdjacentHTML

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7810


insertAdjacentText

insertAdjacentText(where, data): void

MDN Reference

Parameters

NameType
whereInsertPosition
datastring

Returns

void

Inherited from

HTMLElement.insertAdjacentText

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7812


insertBefore

insertBefore<T>(node, child): T

MDN Reference

Type parameters

NameType
Textends Node

Parameters

NameType
nodeT
childnull | Node

Returns

T

Inherited from

HTMLElement.insertBefore

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16288


isDefaultNamespace

isDefaultNamespace(namespace): boolean

MDN Reference

Parameters

NameType
namespacenull | string

Returns

boolean

Inherited from

HTMLElement.isDefaultNamespace

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16290


isEqualNode

isEqualNode(otherNode): boolean

Returns whether node and otherNode have the same properties.

MDN Reference

Parameters

NameType
otherNodenull | Node

Returns

boolean

Inherited from

HTMLElement.isEqualNode

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16296


isSameNode

isSameNode(otherNode): boolean

MDN Reference

Parameters

NameType
otherNodenull | Node

Returns

boolean

Inherited from

HTMLElement.isSameNode

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16298


lookupNamespaceURI

lookupNamespaceURI(prefix): null | string

MDN Reference

Parameters

NameType
prefixnull | string

Returns

null | string

Inherited from

HTMLElement.lookupNamespaceURI

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16300


lookupPrefix

lookupPrefix(namespace): null | string

MDN Reference

Parameters

NameType
namespacenull | string

Returns

null | string

Inherited from

HTMLElement.lookupPrefix

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16302


matches

matches(selectors): boolean

Returns true if matching selectors against element's root yields element, and false otherwise.

MDN Reference

Parameters

NameType
selectorsstring

Returns

boolean

Inherited from

HTMLElement.matches

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7818


normalize

normalize(): void

Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.

MDN Reference

Returns

void

Inherited from

HTMLElement.normalize

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16308


prepend

prepend(...nodes): void

Inserts nodes before the first child of node, while replacing strings in nodes with equivalent Text nodes.

Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.

MDN Reference

Parameters

NameType
...nodes(string | Node)[]

Returns

void

Inherited from

HTMLElement.prepend

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16911


querySelector

querySelector<K>(selectors): null | HTMLElementTagNameMap[K]

Returns the first element that is a descendant of node that matches selectors.

MDN Reference

Type parameters

NameType
Kextends keyof HTMLElementTagNameMap

Parameters

NameType
selectorsK

Returns

null | HTMLElementTagNameMap[K]

Inherited from

HTMLElement.querySelector

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16917

querySelector<K>(selectors): null | SVGElementTagNameMap[K]

Type parameters

NameType
Kextends keyof SVGElementTagNameMap

Parameters

NameType
selectorsK

Returns

null | SVGElementTagNameMap[K]

Inherited from

HTMLElement.querySelector

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16918

querySelector<K>(selectors): null | MathMLElementTagNameMap[K]

Type parameters

NameType
Kextends keyof MathMLElementTagNameMap

Parameters

NameType
selectorsK

Returns

null | MathMLElementTagNameMap[K]

Inherited from

HTMLElement.querySelector

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16919

querySelector<K>(selectors): null | HTMLElementDeprecatedTagNameMap[K]

Type parameters

NameType
Kextends keyof HTMLElementDeprecatedTagNameMap

Parameters

NameType
selectorsK

Returns

null | HTMLElementDeprecatedTagNameMap[K]

Deprecated

Inherited from

HTMLElement.querySelector

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16921

querySelector<E>(selectors): null | E

Type parameters

NameType
Eextends Element = Element

Parameters

NameType
selectorsstring

Returns

null | E

Inherited from

HTMLElement.querySelector

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16922


querySelectorAll

querySelectorAll<K>(selectors): NodeListOf<HTMLElementTagNameMap[K]>

Returns all element descendants of node that match selectors.

MDN Reference

Type parameters

NameType
Kextends keyof HTMLElementTagNameMap

Parameters

NameType
selectorsK

Returns

NodeListOf<HTMLElementTagNameMap[K]>

Inherited from

HTMLElement.querySelectorAll

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16928

querySelectorAll<K>(selectors): NodeListOf<SVGElementTagNameMap[K]>

Type parameters

NameType
Kextends keyof SVGElementTagNameMap

Parameters

NameType
selectorsK

Returns

NodeListOf<SVGElementTagNameMap[K]>

Inherited from

HTMLElement.querySelectorAll

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16929

querySelectorAll<K>(selectors): NodeListOf<MathMLElementTagNameMap[K]>

Type parameters

NameType
Kextends keyof MathMLElementTagNameMap

Parameters

NameType
selectorsK

Returns

NodeListOf<MathMLElementTagNameMap[K]>

Inherited from

HTMLElement.querySelectorAll

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16930

querySelectorAll<K>(selectors): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>

Type parameters

NameType
Kextends keyof HTMLElementDeprecatedTagNameMap

Parameters

NameType
selectorsK

Returns

NodeListOf<HTMLElementDeprecatedTagNameMap[K]>

Deprecated

Inherited from

HTMLElement.querySelectorAll

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16932

querySelectorAll<E>(selectors): NodeListOf<E>

Type parameters

NameType
Eextends Element = Element

Parameters

NameType
selectorsstring

Returns

NodeListOf<E>

Inherited from

HTMLElement.querySelectorAll

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16933


releasePointerCapture

releasePointerCapture(pointerId): void

MDN Reference

Parameters

NameType
pointerIdnumber

Returns

void

Inherited from

HTMLElement.releasePointerCapture

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7820


remove

remove(): void

Removes node.

MDN Reference

Returns

void

Inherited from

HTMLElement.remove

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5655


removeAttribute

removeAttribute(qualifiedName): void

Removes element's first attribute whose qualified name is qualifiedName.

MDN Reference

Parameters

NameType
qualifiedNamestring

Returns

void

Inherited from

HTMLElement.removeAttribute

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7826


removeAttributeNS

removeAttributeNS(namespace, localName): void

Removes element's attribute whose namespace is namespace and local name is localName.

MDN Reference

Parameters

NameType
namespacenull | string
localNamestring

Returns

void

Inherited from

HTMLElement.removeAttributeNS

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7832


removeAttributeNode

removeAttributeNode(attr): Attr

MDN Reference

Parameters

NameType
attrAttr

Returns

Attr

Inherited from

HTMLElement.removeAttributeNode

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7834


removeChild

removeChild<T>(child): T

MDN Reference

Type parameters

NameType
Textends Node

Parameters

NameType
childT

Returns

T

Inherited from

HTMLElement.removeChild

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16310


removeEventListener

removeEventListener<K>(type, listener, options?): void

Type parameters

NameType
Kextends keyof HTMLElementEventMap

Parameters

NameType
typeK
listener(this: HTMLElement, ev: HTMLElementEventMap[K]) => any
options?boolean | EventListenerOptions

Returns

void

Inherited from

HTMLElement.removeEventListener

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10150

removeEventListener(type, listener, options?): void

Parameters

NameType
typestring
listenerEventListenerOrEventListenerObject
options?boolean | EventListenerOptions

Returns

void

Inherited from

HTMLElement.removeEventListener

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10151


replaceChild

replaceChild<T>(node, child): T

MDN Reference

Type parameters

NameType
Textends Node

Parameters

NameType
nodeNode
childT

Returns

T

Inherited from

HTMLElement.replaceChild

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16312


replaceChildren

replaceChildren(...nodes): void

Replace all children of node with nodes, while replacing strings in nodes with equivalent Text nodes.

Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.

MDN Reference

Parameters

NameType
...nodes(string | Node)[]

Returns

void

Inherited from

HTMLElement.replaceChildren

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16941


replaceWith

replaceWith(...nodes): void

Replaces node with nodes, while replacing strings in nodes with equivalent Text nodes.

Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.

MDN Reference

Parameters

NameType
...nodes(string | Node)[]

Returns

void

Inherited from

HTMLElement.replaceWith

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5663


requestFullscreen

requestFullscreen(options?): Promise<void>

Displays element fullscreen and resolves promise when done.

When supplied, options's navigationUI member indicates whether showing navigation UI while in fullscreen is preferred or not. If set to "show", navigation simplicity is preferred over screen space, and if set to "hide", more screen space is preferred. User agents are always free to honor user preference over the application's. The default value "auto" indicates no application preference.

MDN Reference

Parameters

NameType
options?FullscreenOptions

Returns

Promise<void>

Inherited from

HTMLElement.requestFullscreen

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7842


requestPointerLock

requestPointerLock(): void

MDN Reference

Returns

void

Inherited from

HTMLElement.requestPointerLock

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7844


scroll

scroll(options?): void

MDN Reference

Parameters

NameType
options?ScrollToOptions

Returns

void

Inherited from

HTMLElement.scroll

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7846

scroll(x, y): void

Parameters

NameType
xnumber
ynumber

Returns

void

Inherited from

HTMLElement.scroll

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7847


scrollBy

scrollBy(options?): void

MDN Reference

Parameters

NameType
options?ScrollToOptions

Returns

void

Inherited from

HTMLElement.scrollBy

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7849

scrollBy(x, y): void

Parameters

NameType
xnumber
ynumber

Returns

void

Inherited from

HTMLElement.scrollBy

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7850


scrollIntoView

scrollIntoView(arg?): void

MDN Reference

Parameters

NameType
arg?boolean | ScrollIntoViewOptions

Returns

void

Inherited from

HTMLElement.scrollIntoView

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7852


scrollTo

scrollTo(options?): void

MDN Reference

Parameters

NameType
options?ScrollToOptions

Returns

void

Inherited from

HTMLElement.scrollTo

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7854

scrollTo(x, y): void

Parameters

NameType
xnumber
ynumber

Returns

void

Inherited from

HTMLElement.scrollTo

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7855


setAttribute

setAttribute(qualifiedName, value): void

Sets the value of element's first attribute whose qualified name is qualifiedName to value.

MDN Reference

Parameters

NameType
qualifiedNamestring
valuestring

Returns

void

Inherited from

HTMLElement.setAttribute

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7861


setAttributeNS

setAttributeNS(namespace, qualifiedName, value): void

Sets the value of element's attribute whose namespace is namespace and local name is localName to value.

MDN Reference

Parameters

NameType
namespacenull | string
qualifiedNamestring
valuestring

Returns

void

Inherited from

HTMLElement.setAttributeNS

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7867


setAttributeNode

setAttributeNode(attr): null | Attr

MDN Reference

Parameters

NameType
attrAttr

Returns

null | Attr

Inherited from

HTMLElement.setAttributeNode

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7869


setAttributeNodeNS

setAttributeNodeNS(attr): null | Attr

MDN Reference

Parameters

NameType
attrAttr

Returns

null | Attr

Inherited from

HTMLElement.setAttributeNodeNS

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7871


setPointerCapture

setPointerCapture(pointerId): void

MDN Reference

Parameters

NameType
pointerIdnumber

Returns

void

Inherited from

HTMLElement.setPointerCapture

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7873


showPopover

showPopover(): void

MDN Reference

Returns

void

Inherited from

HTMLElement.showPopover

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10145


toggleAttribute

toggleAttribute(qualifiedName, force?): boolean

If force is not given, "toggles" qualifiedName, removing it if it is present and adding it if it is not present. If force is true, adds qualifiedName. If force is false, removes qualifiedName.

Returns true if qualifiedName is now present, and false otherwise.

MDN Reference

Parameters

NameType
qualifiedNamestring
force?boolean

Returns

boolean

Inherited from

HTMLElement.toggleAttribute

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7881


togglePopover

togglePopover(force?): boolean

MDN Reference

Parameters

NameType
force?boolean

Returns

boolean

Inherited from

HTMLElement.togglePopover

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10147


webkitMatchesSelector

webkitMatchesSelector(selectors): boolean

Parameters

NameType
selectorsstring

Returns

boolean

Deprecated

This is a legacy alias of matches.

MDN Reference

Inherited from

HTMLElement.webkitMatchesSelector

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7887