Skip to content

Vizzu-Story


Vizzu-Story / VizzuPlayer

Class: VizzuPlayer

Extends

  • HTMLElement

Constructors

new VizzuPlayer()

new VizzuPlayer(): VizzuPlayer

Returns

VizzuPlayer

Inherited from

HTMLElement.constructor

Properties

accessKey

accessKey: string

MDN Reference

Inherited from

HTMLElement.accessKey


accessKeyLabel

readonly accessKeyLabel: string

MDN Reference

Inherited from

HTMLElement.accessKeyLabel


ariaAtomic

ariaAtomic: string

MDN Reference

Inherited from

HTMLElement.ariaAtomic


ariaAutoComplete

ariaAutoComplete: string

MDN Reference

Inherited from

HTMLElement.ariaAutoComplete


ariaBrailleLabel

ariaBrailleLabel: string

MDN Reference

Inherited from

HTMLElement.ariaBrailleLabel


ariaBrailleRoleDescription

ariaBrailleRoleDescription: string

MDN Reference

Inherited from

HTMLElement.ariaBrailleRoleDescription


ariaBusy

ariaBusy: string

MDN Reference

Inherited from

HTMLElement.ariaBusy


ariaChecked

ariaChecked: string

MDN Reference

Inherited from

HTMLElement.ariaChecked


ariaColCount

ariaColCount: string

MDN Reference

Inherited from

HTMLElement.ariaColCount


ariaColIndex

ariaColIndex: string

MDN Reference

Inherited from

HTMLElement.ariaColIndex


ariaColIndexText

ariaColIndexText: string

MDN Reference

Inherited from

HTMLElement.ariaColIndexText


ariaColSpan

ariaColSpan: string

MDN Reference

Inherited from

HTMLElement.ariaColSpan


ariaCurrent

ariaCurrent: string

MDN Reference

Inherited from

HTMLElement.ariaCurrent


ariaDescription

ariaDescription: string

MDN Reference

Inherited from

HTMLElement.ariaDescription


ariaDisabled

ariaDisabled: string

MDN Reference

Inherited from

HTMLElement.ariaDisabled


ariaExpanded

ariaExpanded: string

MDN Reference

Inherited from

HTMLElement.ariaExpanded


ariaHasPopup

ariaHasPopup: string

MDN Reference

Inherited from

HTMLElement.ariaHasPopup


ariaHidden

ariaHidden: string

MDN Reference

Inherited from

HTMLElement.ariaHidden


ariaInvalid

ariaInvalid: string

Inherited from

HTMLElement.ariaInvalid


ariaKeyShortcuts

ariaKeyShortcuts: string

MDN Reference

Inherited from

HTMLElement.ariaKeyShortcuts


ariaLabel

ariaLabel: string

MDN Reference

Inherited from

HTMLElement.ariaLabel


ariaLevel

ariaLevel: string

MDN Reference

Inherited from

HTMLElement.ariaLevel


ariaLive

ariaLive: string

MDN Reference

Inherited from

HTMLElement.ariaLive


ariaModal

ariaModal: string

MDN Reference

Inherited from

HTMLElement.ariaModal


ariaMultiLine

ariaMultiLine: string

MDN Reference

Inherited from

HTMLElement.ariaMultiLine


ariaMultiSelectable

ariaMultiSelectable: string

MDN Reference

Inherited from

HTMLElement.ariaMultiSelectable


ariaOrientation

ariaOrientation: string

MDN Reference

Inherited from

HTMLElement.ariaOrientation


ariaPlaceholder

ariaPlaceholder: string

MDN Reference

Inherited from

HTMLElement.ariaPlaceholder


ariaPosInSet

ariaPosInSet: string

MDN Reference

Inherited from

HTMLElement.ariaPosInSet


ariaPressed

ariaPressed: string

MDN Reference

Inherited from

HTMLElement.ariaPressed


ariaReadOnly

ariaReadOnly: string

MDN Reference

Inherited from

HTMLElement.ariaReadOnly


ariaRequired

ariaRequired: string

MDN Reference

Inherited from

HTMLElement.ariaRequired


ariaRoleDescription

ariaRoleDescription: string

MDN Reference

Inherited from

HTMLElement.ariaRoleDescription


ariaRowCount

ariaRowCount: string

MDN Reference

Inherited from

HTMLElement.ariaRowCount


ariaRowIndex

ariaRowIndex: string

MDN Reference

Inherited from

HTMLElement.ariaRowIndex


ariaRowIndexText

ariaRowIndexText: string

MDN Reference

Inherited from

HTMLElement.ariaRowIndexText


ariaRowSpan

ariaRowSpan: string

MDN Reference

Inherited from

HTMLElement.ariaRowSpan


ariaSelected

ariaSelected: string

MDN Reference

Inherited from

HTMLElement.ariaSelected


ariaSetSize

ariaSetSize: string

MDN Reference

Inherited from

HTMLElement.ariaSetSize


ariaSort

ariaSort: string

MDN Reference

Inherited from

HTMLElement.ariaSort


ariaValueMax

ariaValueMax: string

MDN Reference

Inherited from

HTMLElement.ariaValueMax


ariaValueMin

ariaValueMin: string

MDN Reference

Inherited from

HTMLElement.ariaValueMin


ariaValueNow

ariaValueNow: string

MDN Reference

Inherited from

HTMLElement.ariaValueNow


ariaValueText

ariaValueText: string

MDN Reference

Inherited from

HTMLElement.ariaValueText


assignedSlot

readonly assignedSlot: HTMLSlotElement

MDN Reference

Inherited from

HTMLElement.assignedSlot


ATTRIBUTE_NODE

readonly ATTRIBUTE_NODE: 2

Inherited from

HTMLElement.ATTRIBUTE_NODE


attributes

readonly attributes: NamedNodeMap

MDN Reference

Inherited from

HTMLElement.attributes


attributeStyleMap

readonly attributeStyleMap: StylePropertyMap

MDN Reference

Inherited from

HTMLElement.attributeStyleMap


autocapitalize

autocapitalize: string

MDN Reference

Inherited from

HTMLElement.autocapitalize


autofocus

autofocus: boolean

MDN Reference

Inherited from

HTMLElement.autofocus


baseURI

readonly baseURI: string

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

MDN Reference

Inherited from

HTMLElement.baseURI


CDATA_SECTION_NODE

readonly CDATA_SECTION_NODE: 4

node is a CDATASection node.

Inherited from

HTMLElement.CDATA_SECTION_NODE


childElementCount

readonly childElementCount: number

MDN Reference

Inherited from

HTMLElement.childElementCount


childNodes

readonly childNodes: NodeListOf\<ChildNode>

Returns the children.

MDN Reference

Inherited from

HTMLElement.childNodes


children

readonly children: HTMLCollection

Returns the child elements.

MDN Reference

Inherited from

HTMLElement.children


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


className

className: string

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

MDN Reference

Inherited from

HTMLElement.className


clientHeight

readonly clientHeight: number

MDN Reference

Inherited from

HTMLElement.clientHeight


clientLeft

readonly clientLeft: number

MDN Reference

Inherited from

HTMLElement.clientLeft


clientTop

readonly clientTop: number

MDN Reference

Inherited from

HTMLElement.clientTop


clientWidth

readonly clientWidth: number

MDN Reference

Inherited from

HTMLElement.clientWidth


COMMENT_NODE

readonly COMMENT_NODE: 8

node is a Comment node.

Inherited from

HTMLElement.COMMENT_NODE


contentEditable

contentEditable: string

MDN Reference

Inherited from

HTMLElement.contentEditable


currentCSSZoom

readonly currentCSSZoom: number

MDN Reference

Inherited from

HTMLElement.currentCSSZoom


dataset

readonly dataset: DOMStringMap

MDN Reference

Inherited from

HTMLElement.dataset


dir

dir: string

MDN Reference

Inherited from

HTMLElement.dir


DOCUMENT_FRAGMENT_NODE

readonly DOCUMENT_FRAGMENT_NODE: 11

node is a DocumentFragment node.

Inherited from

HTMLElement.DOCUMENT_FRAGMENT_NODE


DOCUMENT_NODE

readonly DOCUMENT_NODE: 9

node is a document.

Inherited from

HTMLElement.DOCUMENT_NODE


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


DOCUMENT_POSITION_CONTAINS

readonly DOCUMENT_POSITION_CONTAINS: 8

Set when other is an ancestor of node.

Inherited from

HTMLElement.DOCUMENT_POSITION_CONTAINS


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


DOCUMENT_POSITION_FOLLOWING

readonly DOCUMENT_POSITION_FOLLOWING: 4

Set when other is following node.

Inherited from

HTMLElement.DOCUMENT_POSITION_FOLLOWING


DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC

readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32

Inherited from

HTMLElement.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC


DOCUMENT_POSITION_PRECEDING

readonly DOCUMENT_POSITION_PRECEDING: 2

Set when other is preceding node.

Inherited from

HTMLElement.DOCUMENT_POSITION_PRECEDING


DOCUMENT_TYPE_NODE

readonly DOCUMENT_TYPE_NODE: 10

node is a doctype.

Inherited from

HTMLElement.DOCUMENT_TYPE_NODE


draggable

draggable: boolean

MDN Reference

Inherited from

HTMLElement.draggable


ELEMENT_NODE

readonly ELEMENT_NODE: 1

node is an element.

Inherited from

HTMLElement.ELEMENT_NODE


enterKeyHint

enterKeyHint: string

MDN Reference

Inherited from

HTMLElement.enterKeyHint


ENTITY_NODE

readonly ENTITY_NODE: 6

Inherited from

HTMLElement.ENTITY_NODE


ENTITY_REFERENCE_NODE

readonly ENTITY_REFERENCE_NODE: 5

Inherited from

HTMLElement.ENTITY_REFERENCE_NODE


firstChild

readonly firstChild: ChildNode

Returns the first child.

MDN Reference

Inherited from

HTMLElement.firstChild


firstElementChild

readonly firstElementChild: Element

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

MDN Reference

Inherited from

HTMLElement.firstElementChild


hidden

hidden: boolean

MDN Reference

Inherited from

HTMLElement.hidden


id

id: string

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

MDN Reference

Inherited from

HTMLElement.id


inert

inert: boolean

MDN Reference

Inherited from

HTMLElement.inert


innerHTML

innerHTML: string

MDN Reference

Inherited from

HTMLElement.innerHTML


innerText

innerText: string

MDN Reference

Inherited from

HTMLElement.innerText


inputMode

inputMode: string

MDN Reference

Inherited from

HTMLElement.inputMode


isConnected

readonly isConnected: boolean

Returns true if node is connected and false otherwise.

MDN Reference

Inherited from

HTMLElement.isConnected


isContentEditable

readonly isContentEditable: boolean

MDN Reference

Inherited from

HTMLElement.isContentEditable


lang

lang: string

MDN Reference

Inherited from

HTMLElement.lang


lastChild

readonly lastChild: ChildNode

Returns the last child.

MDN Reference

Inherited from

HTMLElement.lastChild


lastElementChild

readonly lastElementChild: Element

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

MDN Reference

Inherited from

HTMLElement.lastElementChild


localName

readonly localName: string

Returns the local name.

MDN Reference

Inherited from

HTMLElement.localName


namespaceURI

readonly namespaceURI: string

Returns the namespace.

MDN Reference

Inherited from

HTMLElement.namespaceURI


nextElementSibling

readonly nextElementSibling: Element

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

MDN Reference

Inherited from

HTMLElement.nextElementSibling


nextSibling

readonly nextSibling: ChildNode

Returns the next sibling.

MDN Reference

Inherited from

HTMLElement.nextSibling


nodeName

readonly nodeName: string

Returns a string appropriate for the type of node.

MDN Reference

Inherited from

HTMLElement.nodeName


nodeType

readonly nodeType: number

Returns the type of node.

MDN Reference

Inherited from

HTMLElement.nodeType


nodeValue

nodeValue: string

MDN Reference

Inherited from

HTMLElement.nodeValue


nonce?

optional nonce: string

MDN Reference

Inherited from

HTMLElement.nonce


NOTATION_NODE

readonly NOTATION_NODE: 12

Inherited from

HTMLElement.NOTATION_NODE


offsetHeight

readonly offsetHeight: number

MDN Reference

Inherited from

HTMLElement.offsetHeight


offsetLeft

readonly offsetLeft: number

MDN Reference

Inherited from

HTMLElement.offsetLeft


offsetParent

readonly offsetParent: Element

MDN Reference

Inherited from

HTMLElement.offsetParent


offsetTop

readonly offsetTop: number

MDN Reference

Inherited from

HTMLElement.offsetTop


offsetWidth

readonly offsetWidth: number

MDN Reference

Inherited from

HTMLElement.offsetWidth


onabort()

onabort: (this, ev) => any

Fires when the user aborts the download.

Parameters

this

GlobalEventHandlers

ev

UIEvent

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onabort


onanimationcancel()

onanimationcancel: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

AnimationEvent

Returns

any

Inherited from

HTMLElement.onanimationcancel


onanimationend()

onanimationend: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

AnimationEvent

Returns

any

Inherited from

HTMLElement.onanimationend


onanimationiteration()

onanimationiteration: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

AnimationEvent

Returns

any

Inherited from

HTMLElement.onanimationiteration


onanimationstart()

onanimationstart: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

AnimationEvent

Returns

any

Inherited from

HTMLElement.onanimationstart


onauxclick()

onauxclick: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

MouseEvent

Returns

any

Inherited from

HTMLElement.onauxclick


onbeforeinput()

onbeforeinput: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

InputEvent

Returns

any

Inherited from

HTMLElement.onbeforeinput


onbeforetoggle()

onbeforetoggle: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

Event

Returns

any

Inherited from

HTMLElement.onbeforetoggle


onblur()

onblur: (this, ev) => any

Fires when the object loses the input focus.

Parameters

this

GlobalEventHandlers

ev

FocusEvent

The focus event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onblur


oncancel()

oncancel: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

Event

Returns

any

Inherited from

HTMLElement.oncancel


oncanplay()

oncanplay: (this, ev) => any

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

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.oncanplay


oncanplaythrough()

oncanplaythrough: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

Event

Returns

any

Inherited from

HTMLElement.oncanplaythrough


onchange()

onchange: (this, ev) => any

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

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onchange


onclick()

onclick: (this, ev) => any

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

Parameters

this

GlobalEventHandlers

ev

MouseEvent

The mouse event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onclick


onclose()

onclose: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

Event

Returns

any

Inherited from

HTMLElement.onclose


oncontextlost()

oncontextlost: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

Event

Returns

any

Inherited from

HTMLElement.oncontextlost


oncontextmenu()

oncontextmenu: (this, ev) => any

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

Parameters

this

GlobalEventHandlers

ev

MouseEvent

The mouse event.

MDN Reference

Returns

any

Inherited from

HTMLElement.oncontextmenu


oncontextrestored()

oncontextrestored: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

Event

Returns

any

Inherited from

HTMLElement.oncontextrestored


oncopy()

oncopy: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

ClipboardEvent

Returns

any

Inherited from

HTMLElement.oncopy


oncuechange()

oncuechange: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

Event

Returns

any

Inherited from

HTMLElement.oncuechange


oncut()

oncut: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

ClipboardEvent

Returns

any

Inherited from

HTMLElement.oncut


ondblclick()

ondblclick: (this, ev) => any

Fires when the user double-clicks the object.

Parameters

this

GlobalEventHandlers

ev

MouseEvent

The mouse event.

MDN Reference

Returns

any

Inherited from

HTMLElement.ondblclick


ondrag()

ondrag: (this, ev) => any

Fires on the source object continuously during a drag operation.

Parameters

this

GlobalEventHandlers

ev

DragEvent

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.ondrag


ondragend()

ondragend: (this, ev) => any

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

Parameters

this

GlobalEventHandlers

ev

DragEvent

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.ondragend


ondragenter()

ondragenter: (this, ev) => any

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

Parameters

this

GlobalEventHandlers

ev

DragEvent

The drag event.

MDN Reference

Returns

any

Inherited from

HTMLElement.ondragenter


ondragleave()

ondragleave: (this, ev) => any

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

Parameters

this

GlobalEventHandlers

ev

DragEvent

The drag event.

MDN Reference

Returns

any

Inherited from

HTMLElement.ondragleave


ondragover()

ondragover: (this, ev) => any

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

Parameters

this

GlobalEventHandlers

ev

DragEvent

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.ondragover


ondragstart()

ondragstart: (this, ev) => any

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

Parameters

this

GlobalEventHandlers

ev

DragEvent

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.ondragstart


ondrop()

ondrop: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

DragEvent

Returns

any

Inherited from

HTMLElement.ondrop


ondurationchange()

ondurationchange: (this, ev) => any

Occurs when the duration attribute is updated.

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.ondurationchange


onemptied()

onemptied: (this, ev) => any

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

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onemptied


onended()

onended: (this, ev) => any

Occurs when the end of playback is reached.

Parameters

this

GlobalEventHandlers

ev

Event

The event

MDN Reference

Returns

any

Inherited from

HTMLElement.onended


onerror

onerror: OnErrorEventHandlerNonNull

Fires when an error occurs during object loading.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onerror


onfocus()

onfocus: (this, ev) => any

Fires when the object receives focus.

Parameters

this

GlobalEventHandlers

ev

FocusEvent

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onfocus


onformdata()

onformdata: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

FormDataEvent

Returns

any

Inherited from

HTMLElement.onformdata


onfullscreenchange()

onfullscreenchange: (this, ev) => any

MDN Reference

Parameters

this

Element

ev

Event

Returns

any

Inherited from

HTMLElement.onfullscreenchange


onfullscreenerror()

onfullscreenerror: (this, ev) => any

MDN Reference

Parameters

this

Element

ev

Event

Returns

any

Inherited from

HTMLElement.onfullscreenerror


ongotpointercapture()

ongotpointercapture: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

PointerEvent

Returns

any

Inherited from

HTMLElement.ongotpointercapture


oninput()

oninput: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

Event

Returns

any

Inherited from

HTMLElement.oninput


oninvalid()

oninvalid: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

Event

Returns

any

Inherited from

HTMLElement.oninvalid


onkeydown()

onkeydown: (this, ev) => any

Fires when the user presses a key.

Parameters

this

GlobalEventHandlers

ev

KeyboardEvent

The keyboard event

MDN Reference

Returns

any

Inherited from

HTMLElement.onkeydown


~~onkeypress()~~

onkeypress: (this, ev) => any

Fires when the user presses an alphanumeric key.

Parameters

this

GlobalEventHandlers

ev

KeyboardEvent

The event.

Returns

any

Deprecated

MDN Reference

Inherited from

HTMLElement.onkeypress


onkeyup()

onkeyup: (this, ev) => any

Fires when the user releases a key.

Parameters

this

GlobalEventHandlers

ev

KeyboardEvent

The keyboard event

MDN Reference

Returns

any

Inherited from

HTMLElement.onkeyup


onload()

onload: (this, ev) => any

Fires immediately after the browser loads the object.

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onload


onloadeddata()

onloadeddata: (this, ev) => any

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

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onloadeddata


onloadedmetadata()

onloadedmetadata: (this, ev) => any

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

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onloadedmetadata


onloadstart()

onloadstart: (this, ev) => any

Occurs when Internet Explorer begins looking for media data.

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onloadstart


onlostpointercapture()

onlostpointercapture: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

PointerEvent

Returns

any

Inherited from

HTMLElement.onlostpointercapture


onmousedown()

onmousedown: (this, ev) => any

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

Parameters

this

GlobalEventHandlers

ev

MouseEvent

The mouse event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onmousedown


onmouseenter()

onmouseenter: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

MouseEvent

Returns

any

Inherited from

HTMLElement.onmouseenter


onmouseleave()

onmouseleave: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

MouseEvent

Returns

any

Inherited from

HTMLElement.onmouseleave


onmousemove()

onmousemove: (this, ev) => any

Fires when the user moves the mouse over the object.

Parameters

this

GlobalEventHandlers

ev

MouseEvent

The mouse event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onmousemove


onmouseout()

onmouseout: (this, ev) => any

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

Parameters

this

GlobalEventHandlers

ev

MouseEvent

The mouse event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onmouseout


onmouseover()

onmouseover: (this, ev) => any

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

Parameters

this

GlobalEventHandlers

ev

MouseEvent

The mouse event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onmouseover


onmouseup()

onmouseup: (this, ev) => any

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

Parameters

this

GlobalEventHandlers

ev

MouseEvent

The mouse event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onmouseup


onpaste()

onpaste: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

ClipboardEvent

Returns

any

Inherited from

HTMLElement.onpaste


onpause()

onpause: (this, ev) => any

Occurs when playback is paused.

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onpause


onplay()

onplay: (this, ev) => any

Occurs when the play method is requested.

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onplay


onplaying()

onplaying: (this, ev) => any

Occurs when the audio or video has started playing.

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onplaying


onpointercancel()

onpointercancel: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

PointerEvent

Returns

any

Inherited from

HTMLElement.onpointercancel


onpointerdown()

onpointerdown: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

PointerEvent

Returns

any

Inherited from

HTMLElement.onpointerdown


onpointerenter()

onpointerenter: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

PointerEvent

Returns

any

Inherited from

HTMLElement.onpointerenter


onpointerleave()

onpointerleave: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

PointerEvent

Returns

any

Inherited from

HTMLElement.onpointerleave


onpointermove()

onpointermove: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

PointerEvent

Returns

any

Inherited from

HTMLElement.onpointermove


onpointerout()

onpointerout: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

PointerEvent

Returns

any

Inherited from

HTMLElement.onpointerout


onpointerover()

onpointerover: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

PointerEvent

Returns

any

Inherited from

HTMLElement.onpointerover


onpointerup()

onpointerup: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

PointerEvent

Returns

any

Inherited from

HTMLElement.onpointerup


onprogress()

onprogress: (this, ev) => any

Occurs to indicate progress while downloading media data.

Parameters

this

GlobalEventHandlers

ev

ProgressEvent

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onprogress


onratechange()

onratechange: (this, ev) => any

Occurs when the playback rate is increased or decreased.

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onratechange


onreset()

onreset: (this, ev) => any

Fires when the user resets a form.

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onreset


onresize()

onresize: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

UIEvent

Returns

any

Inherited from

HTMLElement.onresize


onscroll()

onscroll: (this, ev) => any

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

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onscroll


onscrollend()

onscrollend: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

Event

Returns

any

Inherited from

HTMLElement.onscrollend


onsecuritypolicyviolation()

onsecuritypolicyviolation: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

SecurityPolicyViolationEvent

Returns

any

Inherited from

HTMLElement.onsecuritypolicyviolation


onseeked()

onseeked: (this, ev) => any

Occurs when the seek operation ends.

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onseeked


onseeking()

onseeking: (this, ev) => any

Occurs when the current playback position is moved.

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onseeking


onselect()

onselect: (this, ev) => any

Fires when the current selection changes.

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onselect


onselectionchange()

onselectionchange: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

Event

Returns

any

Inherited from

HTMLElement.onselectionchange


onselectstart()

onselectstart: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

Event

Returns

any

Inherited from

HTMLElement.onselectstart


onslotchange()

onslotchange: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

Event

Returns

any

Inherited from

HTMLElement.onslotchange


onstalled()

onstalled: (this, ev) => any

Occurs when the download has stopped.

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onstalled


onsubmit()

onsubmit: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

SubmitEvent

Returns

any

Inherited from

HTMLElement.onsubmit


onsuspend()

onsuspend: (this, ev) => any

Occurs if the load operation has been intentionally halted.

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onsuspend


ontimeupdate()

ontimeupdate: (this, ev) => any

Occurs to indicate the current playback position.

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.ontimeupdate


ontoggle()

ontoggle: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

Event

Returns

any

Inherited from

HTMLElement.ontoggle


ontouchcancel()?

optional ontouchcancel: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

TouchEvent

Returns

any

Inherited from

HTMLElement.ontouchcancel


ontouchend()?

optional ontouchend: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

TouchEvent

Returns

any

Inherited from

HTMLElement.ontouchend


ontouchmove()?

optional ontouchmove: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

TouchEvent

Returns

any

Inherited from

HTMLElement.ontouchmove


ontouchstart()?

optional ontouchstart: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

TouchEvent

Returns

any

Inherited from

HTMLElement.ontouchstart


ontransitioncancel()

ontransitioncancel: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

TransitionEvent

Returns

any

Inherited from

HTMLElement.ontransitioncancel


ontransitionend()

ontransitionend: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

TransitionEvent

Returns

any

Inherited from

HTMLElement.ontransitionend


ontransitionrun()

ontransitionrun: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

TransitionEvent

Returns

any

Inherited from

HTMLElement.ontransitionrun


ontransitionstart()

ontransitionstart: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

TransitionEvent

Returns

any

Inherited from

HTMLElement.ontransitionstart


onvolumechange()

onvolumechange: (this, ev) => any

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

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onvolumechange


onwaiting()

onwaiting: (this, ev) => any

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

Parameters

this

GlobalEventHandlers

ev

Event

The event.

MDN Reference

Returns

any

Inherited from

HTMLElement.onwaiting


~~onwebkitanimationend()~~

onwebkitanimationend: (this, ev) => any

Parameters

this

GlobalEventHandlers

ev

Event

Returns

any

Deprecated

This is a legacy alias of onanimationend.

MDN Reference

Inherited from

HTMLElement.onwebkitanimationend


~~onwebkitanimationiteration()~~

onwebkitanimationiteration: (this, ev) => any

Parameters

this

GlobalEventHandlers

ev

Event

Returns

any

Deprecated

This is a legacy alias of onanimationiteration.

MDN Reference

Inherited from

HTMLElement.onwebkitanimationiteration


~~onwebkitanimationstart()~~

onwebkitanimationstart: (this, ev) => any

Parameters

this

GlobalEventHandlers

ev

Event

Returns

any

Deprecated

This is a legacy alias of onanimationstart.

MDN Reference

Inherited from

HTMLElement.onwebkitanimationstart


~~onwebkittransitionend()~~

onwebkittransitionend: (this, ev) => any

Parameters

this

GlobalEventHandlers

ev

Event

Returns

any

Deprecated

This is a legacy alias of ontransitionend.

MDN Reference

Inherited from

HTMLElement.onwebkittransitionend


onwheel()

onwheel: (this, ev) => any

MDN Reference

Parameters

this

GlobalEventHandlers

ev

WheelEvent

Returns

any

Inherited from

HTMLElement.onwheel


outerHTML

outerHTML: string

MDN Reference

Inherited from

HTMLElement.outerHTML


outerText

outerText: string

MDN Reference

Inherited from

HTMLElement.outerText


ownerDocument

readonly ownerDocument: Document

Returns the node document. Returns null for documents.

MDN Reference

Inherited from

HTMLElement.ownerDocument


parentElement

readonly parentElement: HTMLElement

Returns the parent element.

MDN Reference

Inherited from

HTMLElement.parentElement


parentNode

readonly parentNode: ParentNode

Returns the parent.

MDN Reference

Inherited from

HTMLElement.parentNode


part

readonly part: DOMTokenList

MDN Reference

Inherited from

HTMLElement.part


popover

popover: string

MDN Reference

Inherited from

HTMLElement.popover


prefix

readonly prefix: string

Returns the namespace prefix.

MDN Reference

Inherited from

HTMLElement.prefix


previousElementSibling

readonly previousElementSibling: Element

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

MDN Reference

Inherited from

HTMLElement.previousElementSibling


previousSibling

readonly previousSibling: ChildNode

Returns the previous sibling.

MDN Reference

Inherited from

HTMLElement.previousSibling


PROCESSING_INSTRUCTION_NODE

readonly PROCESSING_INSTRUCTION_NODE: 7

node is a ProcessingInstruction node.

Inherited from

HTMLElement.PROCESSING_INSTRUCTION_NODE


role

role: string

Inherited from

HTMLElement.role


scrollHeight

readonly scrollHeight: number

MDN Reference

Inherited from

HTMLElement.scrollHeight


scrollLeft

scrollLeft: number

MDN Reference

Inherited from

HTMLElement.scrollLeft


scrollTop

scrollTop: number

MDN Reference

Inherited from

HTMLElement.scrollTop


scrollWidth

readonly scrollWidth: number

MDN Reference

Inherited from

HTMLElement.scrollWidth


shadowRoot

readonly shadowRoot: 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


slot

slot: string

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

MDN Reference

Inherited from

HTMLElement.slot


spellcheck

spellcheck: boolean

MDN Reference

Inherited from

HTMLElement.spellcheck


style

readonly style: CSSStyleDeclaration

MDN Reference

Inherited from

HTMLElement.style


tabIndex

tabIndex: number

MDN Reference

Inherited from

HTMLElement.tabIndex


tagName

readonly tagName: string

Returns the HTML-uppercased qualified name.

MDN Reference

Inherited from

HTMLElement.tagName


TEXT_NODE

readonly TEXT_NODE: 3

node is a Text node.

Inherited from

HTMLElement.TEXT_NODE


textContent

textContent: string

MDN Reference

Inherited from

HTMLElement.textContent


title

title: string

MDN Reference

Inherited from

HTMLElement.title


translate

translate: boolean

MDN Reference

Inherited from

HTMLElement.translate


writingSuggestions

writingSuggestions: string

Inherited from

HTMLElement.writingSuggestions

Accessors

slides

Set Signature

set slides(slides): void

Setter for story object.

Parameters

slides

Story

Returns

void

Methods

addEventListener()

Call Signature

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

Type Parameters

K extends keyof HTMLElementEventMap

Parameters

type

K

listener

(this, ev) => any

options?

boolean | AddEventListenerOptions

Returns

void

Inherited from

HTMLElement.addEventListener

Call Signature

addEventListener(type, listener, options?): void

Parameters

type

string

listener

EventListenerOrEventListenerObject

options?

boolean | AddEventListenerOptions

Returns

void

Inherited from

HTMLElement.addEventListener


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

nodes

...(string | Node)[]

Returns

void

Inherited from

HTMLElement.after


animate()

animate(keyframes, options?): Animation

MDN Reference

Parameters

keyframes

Keyframe[] | PropertyIndexedKeyframes

options?

number | KeyframeAnimationOptions

Returns

Animation

Inherited from

HTMLElement.animate


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

nodes

...(string | Node)[]

Returns

void

Inherited from

HTMLElement.append


appendChild()

appendChild\<T>(node): T

MDN Reference

Type Parameters

T extends Node

Parameters

node

T

Returns

T

Inherited from

HTMLElement.appendChild


attachInternals()

attachInternals(): ElementInternals

MDN Reference

Returns

ElementInternals

Inherited from

HTMLElement.attachInternals


attachShadow()

attachShadow(init): ShadowRoot

Creates a shadow root for element and returns it.

MDN Reference

Parameters

init

ShadowRootInit

Returns

ShadowRoot

Inherited from

HTMLElement.attachShadow


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

nodes

...(string | Node)[]

Returns

void

Inherited from

HTMLElement.before


blur()

blur(): void

MDN Reference

Returns

void

Inherited from

HTMLElement.blur


checkVisibility()

checkVisibility(options?): boolean

MDN Reference

Parameters

options?

CheckVisibilityOptions

Returns

boolean

Inherited from

HTMLElement.checkVisibility


click()

click(): void

MDN Reference

Returns

void

Inherited from

HTMLElement.click


cloneNode()

cloneNode(deep?): Node

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

MDN Reference

Parameters

deep?

boolean

Returns

Node

Inherited from

HTMLElement.cloneNode


closest()

Call Signature

closest\<K>(selector): HTMLElementTagNameMap[K]

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

MDN Reference

Type Parameters

K extends keyof HTMLElementTagNameMap

Parameters

selector

K

Returns

HTMLElementTagNameMap[K]

Inherited from

HTMLElement.closest

Call Signature

closest\<K>(selector): SVGElementTagNameMap[K]

Type Parameters

K extends keyof SVGElementTagNameMap

Parameters

selector

K

Returns

SVGElementTagNameMap[K]

Inherited from

HTMLElement.closest

Call Signature

closest\<K>(selector): MathMLElementTagNameMap[K]

Type Parameters

K extends keyof MathMLElementTagNameMap

Parameters

selector

K

Returns

MathMLElementTagNameMap[K]

Inherited from

HTMLElement.closest

Call Signature

closest\<E>(selectors): E

Type Parameters

E extends Element = Element

Parameters

selectors

string

Returns

E

Inherited from

HTMLElement.closest


compareDocumentPosition()

compareDocumentPosition(other): number

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

MDN Reference

Parameters

other

Node

Returns

number

Inherited from

HTMLElement.compareDocumentPosition


computedStyleMap()

computedStyleMap(): StylePropertyMapReadOnly

MDN Reference

Returns

StylePropertyMapReadOnly

Inherited from

HTMLElement.computedStyleMap


contains()

contains(other): boolean

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

MDN Reference

Parameters

other

Node

Returns

boolean

Inherited from

HTMLElement.contains


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

event

Event

Returns

boolean

Inherited from

HTMLElement.dispatchEvent


focus()

focus(options?): void

MDN Reference

Parameters

options?

FocusOptions

Returns

void

Inherited from

HTMLElement.focus


getAnimations()

getAnimations(options?): Animation[]

MDN Reference

Parameters

options?

GetAnimationsOptions

Returns

Animation[]

Inherited from

HTMLElement.getAnimations


getAttribute()

getAttribute(qualifiedName): string

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

MDN Reference

Parameters

qualifiedName

string

Returns

string

Inherited from

HTMLElement.getAttribute


getAttributeNames()

getAttributeNames(): string[]

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

MDN Reference

Returns

string[]

Inherited from

HTMLElement.getAttributeNames


getAttributeNode()

getAttributeNode(qualifiedName): Attr

MDN Reference

Parameters

qualifiedName

string

Returns

Attr

Inherited from

HTMLElement.getAttributeNode


getAttributeNodeNS()

getAttributeNodeNS(namespace, localName): Attr

MDN Reference

Parameters

namespace

string

localName

string

Returns

Attr

Inherited from

HTMLElement.getAttributeNodeNS


getAttributeNS()

getAttributeNS(namespace, localName): 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

namespace

string

localName

string

Returns

string

Inherited from

HTMLElement.getAttributeNS


getBoundingClientRect()

getBoundingClientRect(): DOMRect

MDN Reference

Returns

DOMRect

Inherited from

HTMLElement.getBoundingClientRect


getClientRects()

getClientRects(): DOMRectList

MDN Reference

Returns

DOMRectList

Inherited from

HTMLElement.getClientRects


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

classNames

string

Returns

HTMLCollectionOf\<Element>

Inherited from

HTMLElement.getElementsByClassName


getElementsByTagName()

Call Signature

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

MDN Reference

Type Parameters

K extends keyof HTMLElementTagNameMap

Parameters

qualifiedName

K

Returns

HTMLCollectionOf\<HTMLElementTagNameMap[K]>

Inherited from

HTMLElement.getElementsByTagName

Call Signature

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

Type Parameters

K extends keyof SVGElementTagNameMap

Parameters

qualifiedName

K

Returns

HTMLCollectionOf\<SVGElementTagNameMap[K]>

Inherited from

HTMLElement.getElementsByTagName

Call Signature

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

Type Parameters

K extends keyof MathMLElementTagNameMap

Parameters

qualifiedName

K

Returns

HTMLCollectionOf\<MathMLElementTagNameMap[K]>

Inherited from

HTMLElement.getElementsByTagName

Call Signature

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

Type Parameters

K extends keyof HTMLElementDeprecatedTagNameMap

Parameters

qualifiedName

K

Returns

HTMLCollectionOf\<HTMLElementDeprecatedTagNameMap[K]>

Deprecated

Inherited from

HTMLElement.getElementsByTagName

Call Signature

getElementsByTagName(qualifiedName): HTMLCollectionOf\<Element>

Parameters

qualifiedName

string

Returns

HTMLCollectionOf\<Element>

Inherited from

HTMLElement.getElementsByTagName


getElementsByTagNameNS()

Call Signature

getElementsByTagNameNS(namespaceURI, localName): HTMLCollectionOf\<HTMLElement>

MDN Reference

Parameters

namespaceURI

"http://www.w3.org/1999/xhtml"

localName

string

Returns

HTMLCollectionOf\<HTMLElement>

Inherited from

HTMLElement.getElementsByTagNameNS

Call Signature

getElementsByTagNameNS(namespaceURI, localName): HTMLCollectionOf\<SVGElement>

Parameters

namespaceURI

"http://www.w3.org/2000/svg"

localName

string

Returns

HTMLCollectionOf\<SVGElement>

Inherited from

HTMLElement.getElementsByTagNameNS

Call Signature

getElementsByTagNameNS(namespaceURI, localName): HTMLCollectionOf\<MathMLElement>

Parameters

namespaceURI

"http://www.w3.org/1998/Math/MathML"

localName

string

Returns

HTMLCollectionOf\<MathMLElement>

Inherited from

HTMLElement.getElementsByTagNameNS

Call Signature

getElementsByTagNameNS(namespace, localName): HTMLCollectionOf\<Element>

Parameters

namespace

string

localName

string

Returns

HTMLCollectionOf\<Element>

Inherited from

HTMLElement.getElementsByTagNameNS


getHTML()

getHTML(options?): string

MDN Reference

Parameters

options?

GetHTMLOptions

Returns

string

Inherited from

HTMLElement.getHTML


getRootNode()

getRootNode(options?): Node

Returns node's root.

MDN Reference

Parameters

options?

GetRootNodeOptions

Returns

Node

Inherited from

HTMLElement.getRootNode


hasAttribute()

hasAttribute(qualifiedName): boolean

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

MDN Reference

Parameters

qualifiedName

string

Returns

boolean

Inherited from

HTMLElement.hasAttribute


hasAttributeNS()

hasAttributeNS(namespace, localName): boolean

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

MDN Reference

Parameters

namespace

string

localName

string

Returns

boolean

Inherited from

HTMLElement.hasAttributeNS


hasAttributes()

hasAttributes(): boolean

Returns true if element has attributes, and false otherwise.

MDN Reference

Returns

boolean

Inherited from

HTMLElement.hasAttributes


hasChildNodes()

hasChildNodes(): boolean

Returns whether node has children.

MDN Reference

Returns

boolean

Inherited from

HTMLElement.hasChildNodes


hasPointerCapture()

hasPointerCapture(pointerId): boolean

MDN Reference

Parameters

pointerId

number

Returns

boolean

Inherited from

HTMLElement.hasPointerCapture


hidePopover()

hidePopover(): void

MDN Reference

Returns

void

Inherited from

HTMLElement.hidePopover


insertAdjacentElement()

insertAdjacentElement(where, element): Element

MDN Reference

Parameters

where

InsertPosition

element

Element

Returns

Element

Inherited from

HTMLElement.insertAdjacentElement


insertAdjacentHTML()

insertAdjacentHTML(position, string): void

MDN Reference

Parameters

position

InsertPosition

string

string

Returns

void

Inherited from

HTMLElement.insertAdjacentHTML


insertAdjacentText()

insertAdjacentText(where, data): void

MDN Reference

Parameters

where

InsertPosition

data

string

Returns

void

Inherited from

HTMLElement.insertAdjacentText


insertBefore()

insertBefore\<T>(node, child): T

MDN Reference

Type Parameters

T extends Node

Parameters

node

T

child

Node

Returns

T

Inherited from

HTMLElement.insertBefore


isDefaultNamespace()

isDefaultNamespace(namespace): boolean

MDN Reference

Parameters

namespace

string

Returns

boolean

Inherited from

HTMLElement.isDefaultNamespace


isEqualNode()

isEqualNode(otherNode): boolean

Returns whether node and otherNode have the same properties.

MDN Reference

Parameters

otherNode

Node

Returns

boolean

Inherited from

HTMLElement.isEqualNode


isSameNode()

isSameNode(otherNode): boolean

MDN Reference

Parameters

otherNode

Node

Returns

boolean

Inherited from

HTMLElement.isSameNode


lookupNamespaceURI()

lookupNamespaceURI(prefix): string

MDN Reference

Parameters

prefix

string

Returns

string

Inherited from

HTMLElement.lookupNamespaceURI


lookupPrefix()

lookupPrefix(namespace): string

MDN Reference

Parameters

namespace

string

Returns

string

Inherited from

HTMLElement.lookupPrefix


matches()

matches(selectors): boolean

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

MDN Reference

Parameters

selectors

string

Returns

boolean

Inherited from

HTMLElement.matches


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


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

nodes

...(string | Node)[]

Returns

void

Inherited from

HTMLElement.prepend


querySelector()

Call Signature

querySelector\<K>(selectors): HTMLElementTagNameMap[K]

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

MDN Reference

Type Parameters

K extends keyof HTMLElementTagNameMap

Parameters

selectors

K

Returns

HTMLElementTagNameMap[K]

Inherited from

HTMLElement.querySelector

Call Signature

querySelector\<K>(selectors): SVGElementTagNameMap[K]

Type Parameters

K extends keyof SVGElementTagNameMap

Parameters

selectors

K

Returns

SVGElementTagNameMap[K]

Inherited from

HTMLElement.querySelector

Call Signature

querySelector\<K>(selectors): MathMLElementTagNameMap[K]

Type Parameters

K extends keyof MathMLElementTagNameMap

Parameters

selectors

K

Returns

MathMLElementTagNameMap[K]

Inherited from

HTMLElement.querySelector

Call Signature

querySelector\<K>(selectors): HTMLElementDeprecatedTagNameMap[K]

Type Parameters

K extends keyof HTMLElementDeprecatedTagNameMap

Parameters

selectors

K

Returns

HTMLElementDeprecatedTagNameMap[K]

Deprecated

Inherited from

HTMLElement.querySelector

Call Signature

querySelector\<E>(selectors): E

Type Parameters

E extends Element = Element

Parameters

selectors

string

Returns

E

Inherited from

HTMLElement.querySelector


querySelectorAll()

Call Signature

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

Returns all element descendants of node that match selectors.

MDN Reference

Type Parameters

K extends keyof HTMLElementTagNameMap

Parameters

selectors

K

Returns

NodeListOf\<HTMLElementTagNameMap[K]>

Inherited from

HTMLElement.querySelectorAll

Call Signature

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

Type Parameters

K extends keyof SVGElementTagNameMap

Parameters

selectors

K

Returns

NodeListOf\<SVGElementTagNameMap[K]>

Inherited from

HTMLElement.querySelectorAll

Call Signature

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

Type Parameters

K extends keyof MathMLElementTagNameMap

Parameters

selectors

K

Returns

NodeListOf\<MathMLElementTagNameMap[K]>

Inherited from

HTMLElement.querySelectorAll

Call Signature

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

Type Parameters

K extends keyof HTMLElementDeprecatedTagNameMap

Parameters

selectors

K

Returns

NodeListOf\<HTMLElementDeprecatedTagNameMap[K]>

Deprecated

Inherited from

HTMLElement.querySelectorAll

Call Signature

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

Type Parameters

E extends Element = Element

Parameters

selectors

string

Returns

NodeListOf\<E>

Inherited from

HTMLElement.querySelectorAll


releasePointerCapture()

releasePointerCapture(pointerId): void

MDN Reference

Parameters

pointerId

number

Returns

void

Inherited from

HTMLElement.releasePointerCapture


remove()

remove(): void

Removes node.

MDN Reference

Returns

void

Inherited from

HTMLElement.remove


removeAttribute()

removeAttribute(qualifiedName): void

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

MDN Reference

Parameters

qualifiedName

string

Returns

void

Inherited from

HTMLElement.removeAttribute


removeAttributeNode()

removeAttributeNode(attr): Attr

MDN Reference

Parameters

attr

Attr

Returns

Attr

Inherited from

HTMLElement.removeAttributeNode


removeAttributeNS()

removeAttributeNS(namespace, localName): void

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

MDN Reference

Parameters

namespace

string

localName

string

Returns

void

Inherited from

HTMLElement.removeAttributeNS


removeChild()

removeChild\<T>(child): T

MDN Reference

Type Parameters

T extends Node

Parameters

child

T

Returns

T

Inherited from

HTMLElement.removeChild


removeEventListener()

Call Signature

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

Type Parameters

K extends keyof HTMLElementEventMap

Parameters

type

K

listener

(this, ev) => any

options?

boolean | EventListenerOptions

Returns

void

Inherited from

HTMLElement.removeEventListener

Call Signature

removeEventListener(type, listener, options?): void

Parameters

type

string

listener

EventListenerOrEventListenerObject

options?

boolean | EventListenerOptions

Returns

void

Inherited from

HTMLElement.removeEventListener


replaceChild()

replaceChild\<T>(node, child): T

MDN Reference

Type Parameters

T extends Node

Parameters

node

Node

child

T

Returns

T

Inherited from

HTMLElement.replaceChild


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

nodes

...(string | Node)[]

Returns

void

Inherited from

HTMLElement.replaceChildren


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

nodes

...(string | Node)[]

Returns

void

Inherited from

HTMLElement.replaceWith


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

options?

FullscreenOptions

Returns

Promise\<void>

Inherited from

HTMLElement.requestFullscreen


requestPointerLock()

requestPointerLock(options?): Promise\<void>

MDN Reference

Parameters

options?

PointerLockOptions

Returns

Promise\<void>

Inherited from

HTMLElement.requestPointerLock


scroll()

Call Signature

scroll(options?): void

MDN Reference

Parameters

options?

ScrollToOptions

Returns

void

Inherited from

HTMLElement.scroll

Call Signature

scroll(x, y): void

Parameters

x

number

y

number

Returns

void

Inherited from

HTMLElement.scroll


scrollBy()

Call Signature

scrollBy(options?): void

MDN Reference

Parameters

options?

ScrollToOptions

Returns

void

Inherited from

HTMLElement.scrollBy

Call Signature

scrollBy(x, y): void

Parameters

x

number

y

number

Returns

void

Inherited from

HTMLElement.scrollBy


scrollIntoView()

scrollIntoView(arg?): void

MDN Reference

Parameters

arg?

boolean | ScrollIntoViewOptions

Returns

void

Inherited from

HTMLElement.scrollIntoView


scrollTo()

Call Signature

scrollTo(options?): void

MDN Reference

Parameters

options?

ScrollToOptions

Returns

void

Inherited from

HTMLElement.scrollTo

Call Signature

scrollTo(x, y): void

Parameters

x

number

y

number

Returns

void

Inherited from

HTMLElement.scrollTo


setAttribute()

setAttribute(qualifiedName, value): void

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

MDN Reference

Parameters

qualifiedName

string

value

string

Returns

void

Inherited from

HTMLElement.setAttribute


setAttributeNode()

setAttributeNode(attr): Attr

MDN Reference

Parameters

attr

Attr

Returns

Attr

Inherited from

HTMLElement.setAttributeNode


setAttributeNodeNS()

setAttributeNodeNS(attr): Attr

MDN Reference

Parameters

attr

Attr

Returns

Attr

Inherited from

HTMLElement.setAttributeNodeNS


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

namespace

string

qualifiedName

string

value

string

Returns

void

Inherited from

HTMLElement.setAttributeNS


setHTMLUnsafe()

setHTMLUnsafe(html): void

MDN Reference

Parameters

html

string

Returns

void

Inherited from

HTMLElement.setHTMLUnsafe


setPointerCapture()

setPointerCapture(pointerId): void

MDN Reference

Parameters

pointerId

number

Returns

void

Inherited from

HTMLElement.setPointerCapture


showPopover()

showPopover(): void

MDN Reference

Returns

void

Inherited from

HTMLElement.showPopover


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

qualifiedName

string

force?

boolean

Returns

boolean

Inherited from

HTMLElement.toggleAttribute


togglePopover()

togglePopover(force?): boolean

MDN Reference

Parameters

force?

boolean

Returns

boolean

Inherited from

HTMLElement.togglePopover


~~webkitMatchesSelector()~~

webkitMatchesSelector(selectors): boolean

Parameters

selectors

string

Returns

boolean

Deprecated

This is a legacy alias of matches.

MDN Reference

Inherited from

HTMLElement.webkitMatchesSelector