Vizzu-Story / VizzuPlayer
Class: VizzuPlayer
Extends
HTMLElement
Constructors
new VizzuPlayer()
new VizzuPlayer():
VizzuPlayer
Returns
Inherited from
HTMLElement.constructor
Properties
accessKey
accessKey:
string
Inherited from
HTMLElement.accessKey
accessKeyLabel
readonly
accessKeyLabel:string
Inherited from
HTMLElement.accessKeyLabel
ariaAtomic
ariaAtomic:
string
Inherited from
HTMLElement.ariaAtomic
ariaAutoComplete
ariaAutoComplete:
string
Inherited from
HTMLElement.ariaAutoComplete
ariaBrailleLabel
ariaBrailleLabel:
string
Inherited from
HTMLElement.ariaBrailleLabel
ariaBrailleRoleDescription
ariaBrailleRoleDescription:
string
Inherited from
HTMLElement.ariaBrailleRoleDescription
ariaBusy
ariaBusy:
string
Inherited from
HTMLElement.ariaBusy
ariaChecked
ariaChecked:
string
Inherited from
HTMLElement.ariaChecked
ariaColCount
ariaColCount:
string
Inherited from
HTMLElement.ariaColCount
ariaColIndex
ariaColIndex:
string
Inherited from
HTMLElement.ariaColIndex
ariaColIndexText
ariaColIndexText:
string
Inherited from
HTMLElement.ariaColIndexText
ariaColSpan
ariaColSpan:
string
Inherited from
HTMLElement.ariaColSpan
ariaCurrent
ariaCurrent:
string
Inherited from
HTMLElement.ariaCurrent
ariaDescription
ariaDescription:
string
Inherited from
HTMLElement.ariaDescription
ariaDisabled
ariaDisabled:
string
Inherited from
HTMLElement.ariaDisabled
ariaExpanded
ariaExpanded:
string
Inherited from
HTMLElement.ariaExpanded
ariaHasPopup
ariaHasPopup:
string
Inherited from
HTMLElement.ariaHasPopup
ariaHidden
ariaHidden:
string
Inherited from
HTMLElement.ariaHidden
ariaInvalid
ariaInvalid:
string
Inherited from
HTMLElement.ariaInvalid
ariaKeyShortcuts
ariaKeyShortcuts:
string
Inherited from
HTMLElement.ariaKeyShortcuts
ariaLabel
ariaLabel:
string
Inherited from
HTMLElement.ariaLabel
ariaLevel
ariaLevel:
string
Inherited from
HTMLElement.ariaLevel
ariaLive
ariaLive:
string
Inherited from
HTMLElement.ariaLive
ariaModal
ariaModal:
string
Inherited from
HTMLElement.ariaModal
ariaMultiLine
ariaMultiLine:
string
Inherited from
HTMLElement.ariaMultiLine
ariaMultiSelectable
ariaMultiSelectable:
string
Inherited from
HTMLElement.ariaMultiSelectable
ariaOrientation
ariaOrientation:
string
Inherited from
HTMLElement.ariaOrientation
ariaPlaceholder
ariaPlaceholder:
string
Inherited from
HTMLElement.ariaPlaceholder
ariaPosInSet
ariaPosInSet:
string
Inherited from
HTMLElement.ariaPosInSet
ariaPressed
ariaPressed:
string
Inherited from
HTMLElement.ariaPressed
ariaReadOnly
ariaReadOnly:
string
Inherited from
HTMLElement.ariaReadOnly
ariaRequired
ariaRequired:
string
Inherited from
HTMLElement.ariaRequired
ariaRoleDescription
ariaRoleDescription:
string
Inherited from
HTMLElement.ariaRoleDescription
ariaRowCount
ariaRowCount:
string
Inherited from
HTMLElement.ariaRowCount
ariaRowIndex
ariaRowIndex:
string
Inherited from
HTMLElement.ariaRowIndex
ariaRowIndexText
ariaRowIndexText:
string
Inherited from
HTMLElement.ariaRowIndexText
ariaRowSpan
ariaRowSpan:
string
Inherited from
HTMLElement.ariaRowSpan
ariaSelected
ariaSelected:
string
Inherited from
HTMLElement.ariaSelected
ariaSetSize
ariaSetSize:
string
Inherited from
HTMLElement.ariaSetSize
ariaSort
ariaSort:
string
Inherited from
HTMLElement.ariaSort
ariaValueMax
ariaValueMax:
string
Inherited from
HTMLElement.ariaValueMax
ariaValueMin
ariaValueMin:
string
Inherited from
HTMLElement.ariaValueMin
ariaValueNow
ariaValueNow:
string
Inherited from
HTMLElement.ariaValueNow
ariaValueText
ariaValueText:
string
Inherited from
HTMLElement.ariaValueText
assignedSlot
readonly
assignedSlot:HTMLSlotElement
Inherited from
HTMLElement.assignedSlot
ATTRIBUTE_NODE
readonly
ATTRIBUTE_NODE:2
Inherited from
HTMLElement.ATTRIBUTE_NODE
attributes
readonly
attributes:NamedNodeMap
Inherited from
HTMLElement.attributes
attributeStyleMap
readonly
attributeStyleMap:StylePropertyMap
Inherited from
HTMLElement.attributeStyleMap
autocapitalize
autocapitalize:
string
Inherited from
HTMLElement.autocapitalize
autofocus
autofocus:
boolean
Inherited from
HTMLElement.autofocus
baseURI
readonly
baseURI:string
Returns node's node document's document base URL.
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
Inherited from
HTMLElement.childElementCount
childNodes
readonly
childNodes:NodeListOf
\<ChildNode
>
Returns the children.
Inherited from
HTMLElement.childNodes
children
readonly
children:HTMLCollection
Returns the child elements.
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.
Inherited from
HTMLElement.classList
className
className:
string
Returns the value of element's class content attribute. Can be set to change it.
Inherited from
HTMLElement.className
clientHeight
readonly
clientHeight:number
Inherited from
HTMLElement.clientHeight
clientLeft
readonly
clientLeft:number
Inherited from
HTMLElement.clientLeft
clientTop
readonly
clientTop:number
Inherited from
HTMLElement.clientTop
clientWidth
readonly
clientWidth:number
Inherited from
HTMLElement.clientWidth
COMMENT_NODE
readonly
COMMENT_NODE:8
node is a Comment node.
Inherited from
HTMLElement.COMMENT_NODE
contentEditable
contentEditable:
string
Inherited from
HTMLElement.contentEditable
currentCSSZoom
readonly
currentCSSZoom:number
Inherited from
HTMLElement.currentCSSZoom
dataset
readonly
dataset:DOMStringMap
Inherited from
HTMLElement.dataset
dir
dir:
string
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
Inherited from
HTMLElement.draggable
ELEMENT_NODE
readonly
ELEMENT_NODE:1
node is an element.
Inherited from
HTMLElement.ELEMENT_NODE
enterKeyHint
enterKeyHint:
string
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.
Inherited from
HTMLElement.firstChild
firstElementChild
readonly
firstElementChild:Element
Returns the first child that is an element, and null otherwise.
Inherited from
HTMLElement.firstElementChild
hidden
hidden:
boolean
Inherited from
HTMLElement.hidden
id
id:
string
Returns the value of element's id content attribute. Can be set to change it.
Inherited from
HTMLElement.id
inert
inert:
boolean
Inherited from
HTMLElement.inert
innerHTML
innerHTML:
string
Inherited from
HTMLElement.innerHTML
innerText
innerText:
string
Inherited from
HTMLElement.innerText
inputMode
inputMode:
string
Inherited from
HTMLElement.inputMode
isConnected
readonly
isConnected:boolean
Returns true if node is connected and false otherwise.
Inherited from
HTMLElement.isConnected
isContentEditable
readonly
isContentEditable:boolean
Inherited from
HTMLElement.isContentEditable
lang
lang:
string
Inherited from
HTMLElement.lang
lastChild
readonly
lastChild:ChildNode
Returns the last child.
Inherited from
HTMLElement.lastChild
lastElementChild
readonly
lastElementChild:Element
Returns the last child that is an element, and null otherwise.
Inherited from
HTMLElement.lastElementChild
localName
readonly
localName:string
Returns the local name.
Inherited from
HTMLElement.localName
namespaceURI
readonly
namespaceURI:string
Returns the namespace.
Inherited from
HTMLElement.namespaceURI
nextElementSibling
readonly
nextElementSibling:Element
Returns the first following sibling that is an element, and null otherwise.
Inherited from
HTMLElement.nextElementSibling
nextSibling
readonly
nextSibling:ChildNode
Returns the next sibling.
Inherited from
HTMLElement.nextSibling
nodeName
readonly
nodeName:string
Returns a string appropriate for the type of node.
Inherited from
HTMLElement.nodeName
nodeType
readonly
nodeType:number
Returns the type of node.
Inherited from
HTMLElement.nodeType
nodeValue
nodeValue:
string
Inherited from
HTMLElement.nodeValue
nonce?
optional
nonce:string
Inherited from
HTMLElement.nonce
NOTATION_NODE
readonly
NOTATION_NODE:12
Inherited from
HTMLElement.NOTATION_NODE
offsetHeight
readonly
offsetHeight:number
Inherited from
HTMLElement.offsetHeight
offsetLeft
readonly
offsetLeft:number
Inherited from
HTMLElement.offsetLeft
offsetParent
readonly
offsetParent:Element
Inherited from
HTMLElement.offsetParent
offsetTop
readonly
offsetTop:number
Inherited from
HTMLElement.offsetTop
offsetWidth
readonly
offsetWidth:number
Inherited from
HTMLElement.offsetWidth
onabort()
onabort: (
this
,ev
) =>any
Fires when the user aborts the download.
Parameters
this
GlobalEventHandlers
ev
UIEvent
The event.
Returns
any
Inherited from
HTMLElement.onabort
onanimationcancel()
onanimationcancel: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
AnimationEvent
Returns
any
Inherited from
HTMLElement.onanimationcancel
onanimationend()
onanimationend: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
AnimationEvent
Returns
any
Inherited from
HTMLElement.onanimationend
onanimationiteration()
onanimationiteration: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
AnimationEvent
Returns
any
Inherited from
HTMLElement.onanimationiteration
onanimationstart()
onanimationstart: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
AnimationEvent
Returns
any
Inherited from
HTMLElement.onanimationstart
onauxclick()
onauxclick: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
MouseEvent
Returns
any
Inherited from
HTMLElement.onauxclick
onbeforeinput()
onbeforeinput: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
InputEvent
Returns
any
Inherited from
HTMLElement.onbeforeinput
onbeforetoggle()
onbeforetoggle: (
this
,ev
) =>any
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.
Returns
any
Inherited from
HTMLElement.onblur
oncancel()
oncancel: (
this
,ev
) =>any
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.
Returns
any
Inherited from
HTMLElement.oncanplay
oncanplaythrough()
oncanplaythrough: (
this
,ev
) =>any
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.
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.
Returns
any
Inherited from
HTMLElement.onclick
onclose()
onclose: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
HTMLElement.onclose
oncontextlost()
oncontextlost: (
this
,ev
) =>any
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.
Returns
any
Inherited from
HTMLElement.oncontextmenu
oncontextrestored()
oncontextrestored: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
HTMLElement.oncontextrestored
oncopy()
oncopy: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
ClipboardEvent
Returns
any
Inherited from
HTMLElement.oncopy
oncuechange()
oncuechange: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
HTMLElement.oncuechange
oncut()
oncut: (
this
,ev
) =>any
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.
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.
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.
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.
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.
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.
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.
Returns
any
Inherited from
HTMLElement.ondragstart
ondrop()
ondrop: (
this
,ev
) =>any
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.
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.
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
Returns
any
Inherited from
HTMLElement.onended
onerror
onerror:
OnErrorEventHandlerNonNull
Fires when an error occurs during object loading.
Param
The event.
Inherited from
HTMLElement.onerror
onfocus()
onfocus: (
this
,ev
) =>any
Fires when the object receives focus.
Parameters
this
GlobalEventHandlers
ev
FocusEvent
The event.
Returns
any
Inherited from
HTMLElement.onfocus
onformdata()
onformdata: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
FormDataEvent
Returns
any
Inherited from
HTMLElement.onformdata
onfullscreenchange()
onfullscreenchange: (
this
,ev
) =>any
Parameters
this
Element
ev
Event
Returns
any
Inherited from
HTMLElement.onfullscreenchange
onfullscreenerror()
onfullscreenerror: (
this
,ev
) =>any
Parameters
this
Element
ev
Event
Returns
any
Inherited from
HTMLElement.onfullscreenerror
ongotpointercapture()
ongotpointercapture: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
PointerEvent
Returns
any
Inherited from
HTMLElement.ongotpointercapture
oninput()
oninput: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
HTMLElement.oninput
oninvalid()
oninvalid: (
this
,ev
) =>any
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
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
Inherited from
HTMLElement.onkeypress
onkeyup()
onkeyup: (
this
,ev
) =>any
Fires when the user releases a key.
Parameters
this
GlobalEventHandlers
ev
KeyboardEvent
The keyboard event
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.
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.
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.
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.
Returns
any
Inherited from
HTMLElement.onloadstart
onlostpointercapture()
onlostpointercapture: (
this
,ev
) =>any
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.
Returns
any
Inherited from
HTMLElement.onmousedown
onmouseenter()
onmouseenter: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
MouseEvent
Returns
any
Inherited from
HTMLElement.onmouseenter
onmouseleave()
onmouseleave: (
this
,ev
) =>any
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.
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.
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.
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.
Returns
any
Inherited from
HTMLElement.onmouseup
onpaste()
onpaste: (
this
,ev
) =>any
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.
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.
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.
Returns
any
Inherited from
HTMLElement.onplaying
onpointercancel()
onpointercancel: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
PointerEvent
Returns
any
Inherited from
HTMLElement.onpointercancel
onpointerdown()
onpointerdown: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
PointerEvent
Returns
any
Inherited from
HTMLElement.onpointerdown
onpointerenter()
onpointerenter: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
PointerEvent
Returns
any
Inherited from
HTMLElement.onpointerenter
onpointerleave()
onpointerleave: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
PointerEvent
Returns
any
Inherited from
HTMLElement.onpointerleave
onpointermove()
onpointermove: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
PointerEvent
Returns
any
Inherited from
HTMLElement.onpointermove
onpointerout()
onpointerout: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
PointerEvent
Returns
any
Inherited from
HTMLElement.onpointerout
onpointerover()
onpointerover: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
PointerEvent
Returns
any
Inherited from
HTMLElement.onpointerover
onpointerup()
onpointerup: (
this
,ev
) =>any
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.
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.
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.
Returns
any
Inherited from
HTMLElement.onreset
onresize()
onresize: (
this
,ev
) =>any
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.
Returns
any
Inherited from
HTMLElement.onscroll
onscrollend()
onscrollend: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
HTMLElement.onscrollend
onsecuritypolicyviolation()
onsecuritypolicyviolation: (
this
,ev
) =>any
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.
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.
Returns
any
Inherited from
HTMLElement.onseeking
onselect()
onselect: (
this
,ev
) =>any
Fires when the current selection changes.
Parameters
this
GlobalEventHandlers
ev
Event
The event.
Returns
any
Inherited from
HTMLElement.onselect
onselectionchange()
onselectionchange: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
HTMLElement.onselectionchange
onselectstart()
onselectstart: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
HTMLElement.onselectstart
onslotchange()
onslotchange: (
this
,ev
) =>any
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.
Returns
any
Inherited from
HTMLElement.onstalled
onsubmit()
onsubmit: (
this
,ev
) =>any
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.
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.
Returns
any
Inherited from
HTMLElement.ontimeupdate
ontoggle()
ontoggle: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
HTMLElement.ontoggle
ontouchcancel()?
optional
ontouchcancel: (this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
TouchEvent
Returns
any
Inherited from
HTMLElement.ontouchcancel
ontouchend()?
optional
ontouchend: (this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
TouchEvent
Returns
any
Inherited from
HTMLElement.ontouchend
ontouchmove()?
optional
ontouchmove: (this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
TouchEvent
Returns
any
Inherited from
HTMLElement.ontouchmove
ontouchstart()?
optional
ontouchstart: (this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
TouchEvent
Returns
any
Inherited from
HTMLElement.ontouchstart
ontransitioncancel()
ontransitioncancel: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
TransitionEvent
Returns
any
Inherited from
HTMLElement.ontransitioncancel
ontransitionend()
ontransitionend: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
TransitionEvent
Returns
any
Inherited from
HTMLElement.ontransitionend
ontransitionrun()
ontransitionrun: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
TransitionEvent
Returns
any
Inherited from
HTMLElement.ontransitionrun
ontransitionstart()
ontransitionstart: (
this
,ev
) =>any
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.
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.
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
.
Inherited from
HTMLElement.onwebkitanimationend
~~onwebkitanimationiteration()~~
onwebkitanimationiteration: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Deprecated
This is a legacy alias of onanimationiteration
.
Inherited from
HTMLElement.onwebkitanimationiteration
~~onwebkitanimationstart()~~
onwebkitanimationstart: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Deprecated
This is a legacy alias of onanimationstart
.
Inherited from
HTMLElement.onwebkitanimationstart
~~onwebkittransitionend()~~
onwebkittransitionend: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Deprecated
This is a legacy alias of ontransitionend
.
Inherited from
HTMLElement.onwebkittransitionend
onwheel()
onwheel: (
this
,ev
) =>any
Parameters
this
GlobalEventHandlers
ev
WheelEvent
Returns
any
Inherited from
HTMLElement.onwheel
outerHTML
outerHTML:
string
Inherited from
HTMLElement.outerHTML
outerText
outerText:
string
Inherited from
HTMLElement.outerText
ownerDocument
readonly
ownerDocument:Document
Returns the node document. Returns null for documents.
Inherited from
HTMLElement.ownerDocument
parentElement
readonly
parentElement:HTMLElement
Returns the parent element.
Inherited from
HTMLElement.parentElement
parentNode
readonly
parentNode:ParentNode
Returns the parent.
Inherited from
HTMLElement.parentNode
part
readonly
part:DOMTokenList
Inherited from
HTMLElement.part
popover
popover:
string
Inherited from
HTMLElement.popover
prefix
readonly
prefix:string
Returns the namespace prefix.
Inherited from
HTMLElement.prefix
previousElementSibling
readonly
previousElementSibling:Element
Returns the first preceding sibling that is an element, and null otherwise.
Inherited from
HTMLElement.previousElementSibling
previousSibling
readonly
previousSibling:ChildNode
Returns the previous sibling.
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
Inherited from
HTMLElement.scrollHeight
scrollLeft
scrollLeft:
number
Inherited from
HTMLElement.scrollLeft
scrollTop
scrollTop:
number
Inherited from
HTMLElement.scrollTop
scrollWidth
readonly
scrollWidth:number
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.
Inherited from
HTMLElement.shadowRoot
slot
slot:
string
Returns the value of element's slot content attribute. Can be set to change it.
Inherited from
HTMLElement.slot
spellcheck
spellcheck:
boolean
Inherited from
HTMLElement.spellcheck
style
readonly
style:CSSStyleDeclaration
Inherited from
HTMLElement.style
tabIndex
tabIndex:
number
Inherited from
HTMLElement.tabIndex
tagName
readonly
tagName:string
Returns the HTML-uppercased qualified name.
Inherited from
HTMLElement.tagName
TEXT_NODE
readonly
TEXT_NODE:3
node is a Text node.
Inherited from
HTMLElement.TEXT_NODE
textContent
textContent:
string
Inherited from
HTMLElement.textContent
title
title:
string
Inherited from
HTMLElement.title
translate
translate:
boolean
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
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.
Parameters
nodes
...(string
| Node
)[]
Returns
void
Inherited from
HTMLElement.after
animate()
animate(
keyframes
,options
?):Animation
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.
Parameters
nodes
...(string
| Node
)[]
Returns
void
Inherited from
HTMLElement.append
appendChild()
appendChild\<
T
>(node
):T
Type Parameters
• T extends Node
Parameters
node
T
Returns
T
Inherited from
HTMLElement.appendChild
attachInternals()
attachInternals():
ElementInternals
Returns
ElementInternals
Inherited from
HTMLElement.attachInternals
attachShadow()
attachShadow(
init
):ShadowRoot
Creates a shadow root for element and returns it.
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.
Parameters
nodes
...(string
| Node
)[]
Returns
void
Inherited from
HTMLElement.before
blur()
blur():
void
Returns
void
Inherited from
HTMLElement.blur
checkVisibility()
checkVisibility(
options
?):boolean
Parameters
options?
CheckVisibilityOptions
Returns
boolean
Inherited from
HTMLElement.checkVisibility
click()
click():
void
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.
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.
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.
Parameters
other
Node
Returns
number
Inherited from
HTMLElement.compareDocumentPosition
computedStyleMap()
computedStyleMap():
StylePropertyMapReadOnly
Returns
StylePropertyMapReadOnly
Inherited from
HTMLElement.computedStyleMap
contains()
contains(
other
):boolean
Returns true if other is an inclusive descendant of node, and false otherwise.
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.
Parameters
event
Event
Returns
boolean
Inherited from
HTMLElement.dispatchEvent
focus()
focus(
options
?):void
Parameters
options?
FocusOptions
Returns
void
Inherited from
HTMLElement.focus
getAnimations()
getAnimations(
options
?):Animation
[]
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.
Parameters
qualifiedName
string
Returns
string
Inherited from
HTMLElement.getAttribute
getAttributeNames()
getAttributeNames():
string
[]
Returns the qualified names of all element's attributes. Can contain duplicates.
Returns
string
[]
Inherited from
HTMLElement.getAttributeNames
getAttributeNode()
getAttributeNode(
qualifiedName
):Attr
Parameters
qualifiedName
string
Returns
Attr
Inherited from
HTMLElement.getAttributeNode
getAttributeNodeNS()
getAttributeNodeNS(
namespace
,localName
):Attr
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.
Parameters
namespace
string
localName
string
Returns
string
Inherited from
HTMLElement.getAttributeNS
getBoundingClientRect()
getBoundingClientRect():
DOMRect
Returns
DOMRect
Inherited from
HTMLElement.getBoundingClientRect
getClientRects()
getClientRects():
DOMRectList
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.
Parameters
classNames
string
Returns
HTMLCollectionOf
\<Element
>
Inherited from
HTMLElement.getElementsByClassName
getElementsByTagName()
Call Signature
getElementsByTagName\<
K
>(qualifiedName
):HTMLCollectionOf
\<HTMLElementTagNameMap
[K
]>
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
>
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
Parameters
options?
GetHTMLOptions
Returns
string
Inherited from
HTMLElement.getHTML
getRootNode()
getRootNode(
options
?):Node
Returns node's root.
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.
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.
Parameters
namespace
string
localName
string
Returns
boolean
Inherited from
HTMLElement.hasAttributeNS
hasAttributes()
hasAttributes():
boolean
Returns true if element has attributes, and false otherwise.
Returns
boolean
Inherited from
HTMLElement.hasAttributes
hasChildNodes()
hasChildNodes():
boolean
Returns whether node has children.
Returns
boolean
Inherited from
HTMLElement.hasChildNodes
hasPointerCapture()
hasPointerCapture(
pointerId
):boolean
Parameters
pointerId
number
Returns
boolean
Inherited from
HTMLElement.hasPointerCapture
hidePopover()
hidePopover():
void
Returns
void
Inherited from
HTMLElement.hidePopover
insertAdjacentElement()
insertAdjacentElement(
where
,element
):Element
Parameters
where
InsertPosition
element
Element
Returns
Element
Inherited from
HTMLElement.insertAdjacentElement
insertAdjacentHTML()
insertAdjacentHTML(
position
,string
):void
Parameters
position
InsertPosition
string
string
Returns
void
Inherited from
HTMLElement.insertAdjacentHTML
insertAdjacentText()
insertAdjacentText(
where
,data
):void
Parameters
where
InsertPosition
data
string
Returns
void
Inherited from
HTMLElement.insertAdjacentText
insertBefore()
insertBefore\<
T
>(node
,child
):T
Type Parameters
• T extends Node
Parameters
node
T
child
Node
Returns
T
Inherited from
HTMLElement.insertBefore
isDefaultNamespace()
isDefaultNamespace(
namespace
):boolean
Parameters
namespace
string
Returns
boolean
Inherited from
HTMLElement.isDefaultNamespace
isEqualNode()
isEqualNode(
otherNode
):boolean
Returns whether node and otherNode have the same properties.
Parameters
otherNode
Node
Returns
boolean
Inherited from
HTMLElement.isEqualNode
isSameNode()
isSameNode(
otherNode
):boolean
Parameters
otherNode
Node
Returns
boolean
Inherited from
HTMLElement.isSameNode
lookupNamespaceURI()
lookupNamespaceURI(
prefix
):string
Parameters
prefix
string
Returns
string
Inherited from
HTMLElement.lookupNamespaceURI
lookupPrefix()
lookupPrefix(
namespace
):string
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.
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.
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.
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.
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.
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
Parameters
pointerId
number
Returns
void
Inherited from
HTMLElement.releasePointerCapture
remove()
remove():
void
Removes node.
Returns
void
Inherited from
HTMLElement.remove
removeAttribute()
removeAttribute(
qualifiedName
):void
Removes element's first attribute whose qualified name is qualifiedName.
Parameters
qualifiedName
string
Returns
void
Inherited from
HTMLElement.removeAttribute
removeAttributeNode()
removeAttributeNode(
attr
):Attr
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.
Parameters
namespace
string
localName
string
Returns
void
Inherited from
HTMLElement.removeAttributeNS
removeChild()
removeChild\<
T
>(child
):T
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
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.
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.
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.
Parameters
options?
FullscreenOptions
Returns
Promise
\<void
>
Inherited from
HTMLElement.requestFullscreen
requestPointerLock()
requestPointerLock(
options
?):Promise
\<void
>
Parameters
options?
PointerLockOptions
Returns
Promise
\<void
>
Inherited from
HTMLElement.requestPointerLock
scroll()
Call Signature
scroll(
options
?):void
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
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
Parameters
arg?
boolean
| ScrollIntoViewOptions
Returns
void
Inherited from
HTMLElement.scrollIntoView
scrollTo()
Call Signature
scrollTo(
options
?):void
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.
Parameters
qualifiedName
string
value
string
Returns
void
Inherited from
HTMLElement.setAttribute
setAttributeNode()
setAttributeNode(
attr
):Attr
Parameters
attr
Attr
Returns
Attr
Inherited from
HTMLElement.setAttributeNode
setAttributeNodeNS()
setAttributeNodeNS(
attr
):Attr
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.
Parameters
namespace
string
qualifiedName
string
value
string
Returns
void
Inherited from
HTMLElement.setAttributeNS
setHTMLUnsafe()
setHTMLUnsafe(
html
):void
Parameters
html
string
Returns
void
Inherited from
HTMLElement.setHTMLUnsafe
setPointerCapture()
setPointerCapture(
pointerId
):void
Parameters
pointerId
number
Returns
void
Inherited from
HTMLElement.setPointerCapture
showPopover()
showPopover():
void
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.
Parameters
qualifiedName
string
force?
boolean
Returns
boolean
Inherited from
HTMLElement.toggleAttribute
togglePopover()
togglePopover(
force
?):boolean
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
.
Inherited from
HTMLElement.webkitMatchesSelector