An XRSessionEvent of type beforexrselect is dispatched on the DOM overlay
element before generating a WebXR selectstart input event if the -Z axis
of the input source's targetRaySpace intersects the DOM overlay element
at the time the input device's primary action is triggered.
Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.
The options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.
When set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.
When set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.
When set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.
If an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.
The event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.
Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.
The options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.
When set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.
When set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.
When set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.
If an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.
The event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.
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.
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.
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.
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.
Enables access to the contents of an HTML element.interface HTMLTemplateElement {
- HTMLElement
- HTMLTemplateElement (view full)
accessKey
accessKeyLabel
ariaAtomic
ariaAutoComplete
ariaBrailleLabel
ariaBrailleRoleDescription
ariaBusy
ariaChecked
ariaColCount
ariaColIndex
ariaColSpan
ariaCurrent
ariaDescription
ariaDisabled
ariaExpanded
ariaHasPopup
ariaHidden
ariaInvalid
ariaKeyShortcuts
ariaLabel
ariaLevel
ariaLive
ariaModal
ariaMultiLine
ariaMultiSelectable
ariaOrientation
ariaPlaceholder
ariaPosInSet
ariaPressed
ariaReadOnly
ariaRequired
ariaRoleDescription
ariaRowCount
ariaRowIndex
ariaRowSpan
ariaSelected
ariaSetSize
ariaSort
ariaValueMax
ariaValueMin
ariaValueNow
ariaValueText
assignedSlot
ATTRIBUTE_NODE
attributes
attributeStyleMap
autocapitalize
autofocus
baseURI
CDATA_SECTION_NODE
childElementCount
childNodes
children
classList
className
clientHeight
clientLeft
clientTop
clientWidth
COMMENT_NODE
content
contentEditable
dataset
dir
DOCUMENT_FRAGMENT_NODE
DOCUMENT_NODE
DOCUMENT_POSITION_CONTAINED_BY
DOCUMENT_POSITION_CONTAINS
DOCUMENT_POSITION_DISCONNECTED
DOCUMENT_POSITION_FOLLOWING
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
DOCUMENT_POSITION_PRECEDING
DOCUMENT_TYPE_NODE
draggable
ELEMENT_NODE
enterKeyHint
ENTITY_NODE
ENTITY_REFERENCE_NODE
firstChild
firstElementChild
hidden
id
inert
innerHTML
innerText
inputMode
isConnected
isContentEditable
lang
lastChild
lastElementChild
localName
namespaceURI
nextElementSibling
nextSibling
nodeName
nodeType
nodeValue
nonce?
NOTATION_NODE
offsetHeight
offsetLeft
offsetParent
offsetTop
offsetWidth
onabort
onanimationcancel
onanimationend
onanimationiteration
onanimationstart
onauxclick
onbeforeinput
onbeforetoggle
onbeforexrselect
onblur
oncancel
oncanplay
oncanplaythrough
onchange
onclick
onclose
oncontextlost
oncontextmenu
oncontextrestored
oncopy
oncuechange
oncut
ondblclick
ondrag
ondragend
ondragenter
ondragleave
ondragover
ondragstart
ondrop
ondurationchange
onemptied
onended
onerror
onfocus
onformdata
onfullscreenchange
onfullscreenerror
ongotpointercapture
oninput
oninvalid
onkeydown
onkeypress
onkeyup
onload
onloadeddata
onloadedmetadata
onloadstart
onlostpointercapture
onmousedown
onmouseenter
onmouseleave
onmousemove
onmouseout
onmouseover
onmouseup
onpaste
onpause
onplay
onplaying
onpointercancel
onpointerdown
onpointerenter
onpointerleave
onpointermove
onpointerout
onpointerover
onpointerup
onprogress
onratechange
onreset
onresize
onscroll
onscrollend
onsecuritypolicyviolation
onseeked
onseeking
onselect
onselectionchange
onselectstart
onslotchange
onstalled
onsubmit
onsuspend
ontimeupdate
ontoggle
ontouchcancel?
ontouchend?
ontouchmove?
ontouchstart?
ontransitioncancel
ontransitionend
ontransitionrun
ontransitionstart
onvolumechange
onwaiting
onwebkitanimationend
onwebkitanimationiteration
onwebkitanimationstart
onwebkittransitionend
onwheel
outerHTML
outerText
ownerDocument
parentElement
parentNode
part
popover
prefix
previousElementSibling
previousSibling
PROCESSING_INSTRUCTION_NODE
role
scrollHeight
scrollLeft
scrollTop
scrollWidth
shadowRoot
shadowRootClonable
shadowRootDelegatesFocus
shadowRootMode
shadowRootSerializable
slot
spellcheck
style
tabIndex
tagName
TEXT_NODE
textContent
title
translate
addEventListener
after
animate
append
appendChild
attachInternals
attachShadow
before
blur
checkVisibility
click
cloneNode
closest
compareDocumentPosition
computedStyleMap
contains
dispatchEvent
focus
getAnimations
getAttribute
getAttributeNames
getAttributeNode
getAttributeNodeNS
getAttributeNS
getBoundingClientRect
getClientRects
getElementsByClassName
getElementsByTagName
getElementsByTagNameNS
getHTML
getRootNode
hasAttribute
hasAttributeNS
hasAttributes
hasChildNodes
hasPointerCapture
hidePopover
insertAdjacentElement
insertAdjacentHTML
insertAdjacentText
insertBefore
isDefaultNamespace
isEqualNode
isSameNode
lookupNamespaceURI
lookupPrefix
matches
normalize
prepend
querySelector
querySelectorAll
releasePointerCapture
remove
removeAttribute
removeAttributeNode
removeAttributeNS
removeChild
removeEventListener
replaceChild
replaceChildren
replaceWith
requestFullscreen
requestPointerLock
scroll
scrollBy
scrollIntoView
scrollTo
setAttribute
setAttributeNode
setAttributeNodeNS
setAttributeNS
setHTMLUnsafe
setPointerCapture
showPopover
toggleAttribute
togglePopover
webkitMatchesSelector
accessKey : string KeyLabel
accessKeyLabel : string ariaAtomic : string ariaAutoComplete : string ariaBrailleLabel : string ariaBrailleRoleDescription : string ariaBusy : string ariaChecked : string ariaColCount : string ariaColIndex : string ariaColSpan : string ariaCurrent : string ariaDescription : string ariaDisabled : string ariaExpanded : string ariaHasPopup : string ariaHidden : string ariaInvalid : string ariaKeyShortcuts : string ariaLabel : string ariaLevel : string ariaLive : string ariaModal : string ariaMultiLine : string ariaMultiSelectable : string ariaOrientation : string ariaPlaceholder : string ariaPosInSet : string ariaPressed : string ariaReadOnly : string ariaRequired : string ariaRoleDescription : string ariaRowCount : string ariaRowIndex : string ariaRowSpan : string ariaSelected : string ariaSetSize : string ariaSort : string ariaValueMax : string ariaValueMin : string ariaValueNow : string ariaValueText : string Slot
assignedSlot : HTMLSlotElement NODE
ATTRIBUTE_NODE : 2
attributes: NamedNodeMap StyleMap
attributeStyleMap : StylePropertyMap autocapitalize: string autofocus: boolean
baseURI: string SECTION_NODE
CDATA_SECTION_NODE : 4 ElementCount
childElementCount : number Nodes
childNodes : NodeListOf<ChildNode>
children: HTMLCollection List
classList : DOMTokenList className : string Height
clientHeight : number Left
clientLeft : number Top
clientTop : number Width
clientWidth : number NODE
COMMENT_NODE : 8
content: DocumentFragment contentEditable : string
dataset: DOMStringMap dir: string FRAGMENT_NODE
DOCUMENT_FRAGMENT_NODE : 11 NODE
DOCUMENT_NODE : 9 POSITION_CONTAINED_BY
DOCUMENT_POSITION_CONTAINED_BY : 16 POSITION_CONTAINS
DOCUMENT_POSITION_CONTAINS : 8 POSITION_DISCONNECTED
DOCUMENT_POSITION_DISCONNECTED : 1 POSITION_FOLLOWING
DOCUMENT_POSITION_FOLLOWING : 4 POSITION_IMPLEMENTATION_SPECIFIC
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC : 32 POSITION_PRECEDING
DOCUMENT_POSITION_PRECEDING : 2 TYPE_NODE
DOCUMENT_TYPE_NODE : 10 draggable: boolean NODE
ELEMENT_NODE : 1 enterKeyHint : string NODE
ENTITY_NODE : 6 REFERENCE_NODE
ENTITY_REFERENCE_NODE : 5 Child
firstChild : ChildNode ElementChild
firstElementChild : Element hidden: boolean id: string inert: boolean innerHTML: string innerText : string inputMode : string Connected
isConnected : boolean ContentEditable
isContentEditable : boolean lang: string Child
lastChild : ChildNode ElementChild
lastElementChild : Element Name
localName : string
namespaceURI: string ElementSibling
nextElementSibling : Element Sibling
nextSibling : ChildNode Name
nodeName : string Type
nodeType : number nodeValue : string
nonce?: string NODE
NOTATION_NODE : 12 Height
offsetHeight : number Left
offsetLeft : number Parent
offsetParent : Element Top
offsetTop : number Width
offsetWidth : number onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: UIEvent
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) onbeforetoggle: ((this: GlobalEventHandlers, ev: Event) => any) onbeforexrselect: ((this: GlobalEventHandlers, ev: XRSessionEvent) => any) onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: FocusEvent
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) onchange: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: MouseEvent
onclose: ((this: GlobalEventHandlers, ev: Event) => any) oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: MouseEvent
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: MouseEvent
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: DragEvent
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: DragEvent
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: DragEvent
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: DragEvent
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: DragEvent
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: DragEvent
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
onended: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
onerror: OnErrorEventHandlerNonNull onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: FocusEvent
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) onfullscreenchange: ((this: Element, ev: Event) => any) onfullscreenerror: ((this: Element, ev: Event) => any) ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) oninput: ((this: GlobalEventHandlers, ev: Event) => any) oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: KeyboardEvent
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: KeyboardEvent
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: KeyboardEvent
onload: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: MouseEvent
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: MouseEvent
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: MouseEvent
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: MouseEvent
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: MouseEvent
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) onpause: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
onplay: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: ProgressEvent<EventTarget>
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
onreset: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) onscroll: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) onseeked: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
onselect: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) onstalled: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any)
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any)
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any)
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any)
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) - (this, ev): any
- this: GlobalEventHandlers
- ev: Event
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) outerHTML: string outerText : string Document
ownerDocument : Document Element
parentElement : HTMLElement Node
parentNode : ParentNode
part: DOMTokenList popover: string
prefix: string ElementSibling
previousElementSibling : Element Sibling
previousSibling : ChildNode INSTRUCTION_NODE
PROCESSING_INSTRUCTION_NODE : 7 role: string Height
scrollHeight : number scrollLeft : number scrollTop : number Width
scrollWidth : number Root
shadowRoot : ShadowRoot shadowRootClonable : boolean shadowRootDelegatesFocus : boolean shadowRootMode : string shadowRootSerializable : boolean slot: string spellcheck: boolean
style: CSSStyleDeclaration tabIndex : number Name
tagName : string NODE
TEXT_NODE : 3 textContent : string title: string translate: boolean
- add
EventListener <K>(type, listener, options?): void - K extends keyof HTMLElementEventMap
- type: K
- listener: ((this: HTMLTemplateElement, ev: HTMLElementEventMap[K]) => any)
- (this, ev): any
- this: HTMLTemplateElement
- ev: HTMLElementEventMap[K]
- add
EventListener (type, listener, options?): void - type: string
- listener: EventListenerOrEventListenerObject
- after(...nodes): void
- animate(keyframes, options?): Animation
- keyframes: PropertyIndexedKeyframes | Keyframe[]
- append(...nodes): void
- append
Child <T>(node): T - T extends Node
- node: T
- attach
Internals (): ElementInternals
- attach
Shadow (init): ShadowRoot - init: ShadowRootInit
- before(...nodes): void
- blur(): void
- check
Visibility (options?): boolean
- click(): void
- clone
Node (deep?): Node
- closest<K>(selector): HTMLElementTagNameMap[K]
- K extends keyof HTMLElementTagNameMap
- selector: K
- closest<K>(selector): SVGElementTagNameMap[K]
- K extends keyof SVGElementTagNameMap
- selector: K
- closest<K>(selector): MathMLElementTagNameMap[K]
- K extends keyof MathMLElementTagNameMap
- selector: K
- closest<E>(selectors): E
- E extends Element = Element
- selectors: string
- compare
DocumentPosition (other): number - other: Node
- computed
StyleMap (): StylePropertyMapReadOnly
- contains(other): boolean
- other: Node
- dispatch
Event (event): boolean - event: Event
- focus(options?): void
- get
Animations (options?): Animation[]
- get
Attribute (qualifiedName): string - qualifiedName: string
- get
AttributeNames (): string[]
- get
AttributeNode (qualifiedName): Attr - qualifiedName: string
- get
AttributeNodeNS (namespace, localName): Attr - namespace: string
- localName: string
- get
AttributeNS (namespace, localName): string - namespace: string
- localName: string
- get
BoundingClientRect (): DOMRect
- get
ClientRects (): DOMRectList
- get
ElementsByClassName (classNames): HTMLCollectionOf<Element> - classNames: string
- get
ElementsByTagName <K>(qualifiedName): HTMLCollectionOf<HTMLElementTagNameMap[K]> - K extends keyof HTMLElementTagNameMap
- qualifiedName: K
- get
ElementsByTagName <K>(qualifiedName): HTMLCollectionOf<SVGElementTagNameMap[K]> - K extends keyof SVGElementTagNameMap
- qualifiedName: K
- get
ElementsByTagName <K>(qualifiedName): HTMLCollectionOf<MathMLElementTagNameMap[K]> - K extends keyof MathMLElementTagNameMap
- qualifiedName: K
- get
ElementsByTagName <K>(qualifiedName): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]> - K extends keyof HTMLElementDeprecatedTagNameMap
- qualifiedName: K
- get
ElementsByTagName (qualifiedName): HTMLCollectionOf<Element> - qualifiedName: string
- get
ElementsByTagNameNS (namespaceURI, localName): HTMLCollectionOf<HTMLElement> - namespaceURI: "http://www.w3.org/1999/xhtml"
- localName: string
- get
ElementsByTagNameNS (namespaceURI, localName): HTMLCollectionOf<SVGElement> - namespaceURI: "http://www.w3.org/2000/svg"
- localName: string
- get
ElementsByTagNameNS (namespaceURI, localName): HTMLCollectionOf<MathMLElement> - namespaceURI: "http://www.w3.org/1998/Math/MathML"
- localName: string
- get
ElementsByTagNameNS (namespace, localName): HTMLCollectionOf<Element> - namespace: string
- localName: string
- getHTML(options?): string
- get
RootNode (options?): Node
- has
Attribute (qualifiedName): boolean - qualifiedName: string
- has
AttributeNS (namespace, localName): boolean - namespace: string
- localName: string
- has
Attributes (): boolean
- has
ChildNodes (): boolean
- has
PointerCapture (pointerId): boolean - pointerId: number
- hide
Popover (): void
- insert
AdjacentElement (where, element): Element - where: InsertPosition
- element: Element
- insert
AdjacentHTML (position, string): void - position: InsertPosition
- string: string
- insert
AdjacentText (where, data): void - where: InsertPosition
- data: string
- insert
Before <T>(node, child): T - T extends Node
- node: T
- child: Node
- is
DefaultNamespace (namespace): boolean - namespace: string
- is
EqualNode (otherNode): boolean - otherNode: Node
- is
SameNode (otherNode): boolean - otherNode: Node
- lookup
NamespaceURI (prefix): string - prefix: string
- lookup
Prefix (namespace): string - namespace: string
- matches(selectors): boolean
- selectors: string
- normalize(): void
- prepend(...nodes): void
- query
Selector <K>(selectors): HTMLElementTagNameMap[K] - K extends keyof HTMLElementTagNameMap
- selectors: K
- query
Selector <K>(selectors): SVGElementTagNameMap[K] - K extends keyof SVGElementTagNameMap
- selectors: K
- query
Selector <K>(selectors): MathMLElementTagNameMap[K] - K extends keyof MathMLElementTagNameMap
- selectors: K
- query
Selector <K>(selectors): HTMLElementDeprecatedTagNameMap[K] - K extends keyof HTMLElementDeprecatedTagNameMap
- selectors: K
- query
Selector <E>(selectors): E - E extends Element = Element
- selectors: string
- query
SelectorAll <K>(selectors): NodeListOf<HTMLElementTagNameMap[K]> - K extends keyof HTMLElementTagNameMap
- selectors: K
- query
SelectorAll <K>(selectors): NodeListOf<SVGElementTagNameMap[K]> - K extends keyof SVGElementTagNameMap
- selectors: K
- query
SelectorAll <K>(selectors): NodeListOf<MathMLElementTagNameMap[K]> - K extends keyof MathMLElementTagNameMap
- selectors: K
- query
SelectorAll <K>(selectors): NodeListOf<HTMLElementDeprecatedTagNameMap[K]> - K extends keyof HTMLElementDeprecatedTagNameMap
- selectors: K
- query
SelectorAll <E>(selectors): NodeListOf<E> - E extends Element = Element
- selectors: string
- release
PointerCapture (pointerId): void - pointerId: number
- remove(): void
- remove
Attribute (qualifiedName): void - qualifiedName: string
- remove
AttributeNode (attr): Attr - attr: Attr
- remove
AttributeNS (namespace, localName): void - namespace: string
- localName: string
- remove
Child <T>(child): T - T extends Node
- child: T
- remove
EventListener <K>(type, listener, options?): void - K extends keyof HTMLElementEventMap
- type: K
- listener: ((this: HTMLTemplateElement, ev: HTMLElementEventMap[K]) => any)
- (this, ev): any
- this: HTMLTemplateElement
- ev: HTMLElementEventMap[K]
- remove
EventListener (type, listener, options?): void - type: string
- listener: EventListenerOrEventListenerObject
- replace
Child <T>(node, child): T - T extends Node
- node: Node
- child: T
- replace
Children (...nodes): void
- replace
With (...nodes): void
- request
Fullscreen (options?): Promise<void>
- request
PointerLock (options?): Promise<void>
- scroll(options?): void
- scroll(x, y): void
- x: number
- y: number
- scroll
By (options?): void
- scroll
By (x, y): void - x: number
- y: number
- scroll
IntoView (arg?): void
- scroll
To (options?): void
- scroll
To (x, y): void - x: number
- y: number
- set
Attribute (qualifiedName, value): void - qualifiedName: string
- value: string
- set
AttributeNode (attr): Attr - attr: Attr
- set
AttributeNodeNS (attr): Attr - attr: Attr
- set
AttributeNS (namespace, qualifiedName, value): void - namespace: string
- qualifiedName: string
- value: string
- setHTMLUnsafe(html): void
- html: string
- set
PointerCapture (pointerId): void - pointerId: number
- show
Popover (): void
- toggle
Attribute (qualifiedName, force?): boolean - qualifiedName: string
- toggle
Popover (force?): boolean
- webkit
MatchesSelector (selectors): boolean - selectors: string
Member Visibility
accessKey accessKeyLabel ariaAtomic ariaAutoComplete ariaBrailleLabel ariaBrailleRoleDescription ariaBusy ariaChecked ariaColCount ariaColIndex ariaColSpan ariaCurrent ariaDescription ariaDisabled ariaExpanded ariaHasPopup ariaHidden ariaInvalid ariaKeyShortcuts ariaLabel ariaLevel ariaLive ariaModal ariaMultiLine ariaMultiSelectable ariaOrientation ariaPlaceholder ariaPosInSet ariaPressed ariaReadOnly ariaRequired ariaRoleDescription ariaRowCount ariaRowIndex ariaRowSpan ariaSelected ariaSetSize ariaSort ariaValueMax ariaValueMin ariaValueNow ariaValueText assignedSlot ATTRIBUTE_NODE attributesattributeStyleMap autocapitalizeautofocusbaseURICDATA_SECTION_NODE childElementCount childNodes childrenclassList className clientHeight clientLeft clientTop clientWidth COMMENT_NODE contentcontentEditable datasetdirDOCUMENT_FRAGMENT_NODE DOCUMENT_NODE DOCUMENT_POSITION_CONTAINED_BY DOCUMENT_POSITION_CONTAINS DOCUMENT_POSITION_DISCONNECTED DOCUMENT_POSITION_FOLLOWING DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC DOCUMENT_POSITION_PRECEDING DOCUMENT_TYPE_NODE draggableELEMENT_NODE enterKeyHint ENTITY_NODE ENTITY_REFERENCE_NODE firstChild firstElementChild hiddenidinertinnerHTMLinnerText inputMode isConnected isContentEditable langlastChild lastElementChild localName namespaceURInextElementSibling nextSibling nodeName nodeType nodeValue nonceNOTATION_NODE offsetHeight offsetLeft offsetParent offsetTop offsetWidth onabortonanimationcancelonanimationendonanimationiterationonanimationstartonauxclickonbeforeinputonbeforetoggleonbeforexrselectonbluroncanceloncanplayoncanplaythroughonchangeonclickoncloseoncontextlostoncontextmenuoncontextrestoredoncopyoncuechangeoncutondblclickondragondragendondragenterondragleaveondragoverondragstartondropondurationchangeonemptiedonendedonerroronfocusonformdataonfullscreenchangeonfullscreenerrorongotpointercaptureoninputoninvalidonkeydownonkeypressonkeyuponloadonloadeddataonloadedmetadataonloadstartonlostpointercaptureonmousedownonmouseenteronmouseleaveonmousemoveonmouseoutonmouseoveronmouseuponpasteonpauseonplayonplayingonpointercancelonpointerdownonpointerenteronpointerleaveonpointermoveonpointeroutonpointeroveronpointeruponprogressonratechangeonresetonresizeonscrollonscrollendonsecuritypolicyviolationonseekedonseekingonselectonselectionchangeonselectstartonslotchangeonstalledonsubmitonsuspendontimeupdateontoggleontouchcancelontouchendontouchmoveontouchstartontransitioncancelontransitionendontransitionrunontransitionstartonvolumechangeonwaitingonwebkitanimationendonwebkitanimationiterationonwebkitanimationstartonwebkittransitionendonwheelouterHTMLouterText ownerDocument parentElement parentNode partpopoverprefixpreviousElementSibling previousSibling PROCESSING_INSTRUCTION_NODE rolescrollHeight scrollLeft scrollTop scrollWidth shadowRoot shadowRootClonable shadowRootDelegatesFocus shadowRootMode shadowRootSerializable slotspellcheckstyletabIndex tagName TEXT_NODE textContent titletranslate addEventListener afteranimateappendappendChild attachInternals attachShadow beforeblurcheckVisibility clickcloneNode closestcompareDocumentPosition computedStyleMap containsdispatchEvent focusgetAnimations getAttribute getAttributeNames getAttributeNode getAttributeNodeNS getAttributeNS getBoundingClientRect getClientRects getElementsByClassName getElementsByTagName getElementsByTagNameNS getHTMLgetRootNode hasAttribute hasAttributeNS hasAttributes hasChildNodes hasPointerCapture hidePopover insertAdjacentElement insertAdjacentHTML insertAdjacentText insertBefore isDefaultNamespace isEqualNode isSameNode lookupNamespaceURI lookupPrefix matchesnormalizeprependquerySelector querySelectorAll releasePointerCapture removeremoveAttribute removeAttributeNode removeAttributeNS removeChild removeEventListener replaceChild replaceChildren replaceWith requestFullscreen requestPointerLock scrollscrollBy scrollIntoView scrollTo setAttribute setAttributeNode setAttributeNodeNS setAttributeNS setHTMLUnsafesetPointerCapture showPopover toggleAttribute togglePopover webkitMatchesSelector
MDN Reference
accessKey: string;
accessKeyLabel: string;
ariaAtomic: string;
ariaAutoComplete: string;
ariaBrailleLabel: string;
ariaBrailleRoleDescription: string;
ariaBusy: string;
ariaChecked: string;
ariaColCount: string;
ariaColIndex: string;
ariaColSpan: string;
ariaCurrent: string;
ariaDescription: string;
ariaDisabled: string;
ariaExpanded: string;
ariaHasPopup: string;
ariaHidden: string;
ariaInvalid: string;
ariaKeyShortcuts: string;
ariaLabel: string;
ariaLevel: string;
ariaLive: string;
ariaModal: string;
ariaMultiLine: string;
ariaMultiSelectable: string;
ariaOrientation: string;
ariaPlaceholder: string;
ariaPosInSet: string;
ariaPressed: string;
ariaReadOnly: string;
ariaRequired: string;
ariaRoleDescription: string;
ariaRowCount: string;
ariaRowIndex: string;
ariaRowSpan: string;
ariaSelected: string;
ariaSetSize: string;
ariaSort: string;
ariaValueMax: string;
ariaValueMin: string;
ariaValueNow: string;
ariaValueText: string;
assignedSlot: HTMLSlotElement;
ATTRIBUTE_NODE: 2;
attributes: NamedNodeMap;
attributeStyleMap: StylePropertyMap;
autocapitalize: string;
autofocus: boolean;
baseURI: string;
CDATA_SECTION_NODE: 4;
childElementCount: number;
childNodes: NodeListOf<ChildNode>;
children: HTMLCollection;
classList: DOMTokenList;
className: string;
clientHeight: number;
clientLeft: number;
clientTop: number;
clientWidth: number;
COMMENT_NODE: 8;
content: DocumentFragment;
contentEditable: string;
dataset: DOMStringMap;
dir: string;
DOCUMENT_FRAGMENT_NODE: 11;
DOCUMENT_NODE: 9;
DOCUMENT_POSITION_CONTAINED_BY: 16;
DOCUMENT_POSITION_CONTAINS: 8;
DOCUMENT_POSITION_DISCONNECTED: 1;
DOCUMENT_POSITION_FOLLOWING: 4;
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
DOCUMENT_POSITION_PRECEDING: 2;
DOCUMENT_TYPE_NODE: 10;
draggable: boolean;
ELEMENT_NODE: 1;
enterKeyHint: string;
ENTITY_NODE: 6;
ENTITY_REFERENCE_NODE: 5;
firstChild: ChildNode;
firstElementChild: Element;
hidden: boolean;
id: string;
inert: boolean;
innerHTML: string;
innerText: string;
inputMode: string;
isConnected: boolean;
isContentEditable: boolean;
lang: string;
lastChild: ChildNode;
lastElementChild: Element;
localName: string;
namespaceURI: string;
nextElementSibling: Element;
nextSibling: ChildNode;
nodeName: string;
nodeType: number;
nodeValue: string;
nonce?: string;
NOTATION_NODE: 12;
offsetHeight: number;
offsetLeft: number;
offsetParent: Element;
offsetTop: number;
offsetWidth: number;
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any);
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any);
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any);
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any);
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any);
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any);
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any);
onbeforetoggle: ((this: GlobalEventHandlers, ev: Event) => any);
onbeforexrselect: ((this: GlobalEventHandlers, ev: XRSessionEvent) => any);
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any);
oncancel: ((this: GlobalEventHandlers, ev: Event) => any);
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any);
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any);
onchange: ((this: GlobalEventHandlers, ev: Event) => any);
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any);
onclose: ((this: GlobalEventHandlers, ev: Event) => any);
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any);
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any);
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any);
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any);
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any);
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any);
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any);
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any);
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any);
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any);
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any);
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any);
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any);
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any);
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any);
onemptied: ((this: GlobalEventHandlers, ev: Event) => any);
onended: ((this: GlobalEventHandlers, ev: Event) => any);
onerror: OnErrorEventHandlerNonNull;
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any);
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any);
onfullscreenchange: ((this: Element, ev: Event) => any);
onfullscreenerror: ((this: Element, ev: Event) => any);
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any);
oninput: ((this: GlobalEventHandlers, ev: Event) => any);
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any);
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any);
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any);
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any);
onload: ((this: GlobalEventHandlers, ev: Event) => any);
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any);
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any);
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any);
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any);
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any);
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any);
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any);
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any);
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any);
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any);
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any);
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any);
onpause: ((this: GlobalEventHandlers, ev: Event) => any);
onplay: ((this: GlobalEventHandlers, ev: Event) => any);
onplaying: ((this: GlobalEventHandlers, ev: Event) => any);
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any);
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any);
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any);
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any);
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any);
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any);
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any);
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any);
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any);
onratechange: ((this: GlobalEventHandlers, ev: Event) => any);
onreset: ((this: GlobalEventHandlers, ev: Event) => any);
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any);
onscroll: ((this: GlobalEventHandlers, ev: Event) => any);
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any);
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any);
onseeked: ((this: GlobalEventHandlers, ev: Event) => any);
onseeking: ((this: GlobalEventHandlers, ev: Event) => any);
onselect: ((this: GlobalEventHandlers, ev: Event) => any);
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any);
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any);
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any);
onstalled: ((this: GlobalEventHandlers, ev: Event) => any);
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any);
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any);
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any);
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any);
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any);
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any);
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any);
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any);
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any);
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any);
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any);
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any);
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any);
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any);
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any);
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any);
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any);
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any);
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any);
outerHTML: string;
outerText: string;
ownerDocument: Document;
parentElement: HTMLElement;
parentNode: ParentNode;
part: DOMTokenList;
popover: string;
prefix: string;
previousElementSibling: Element;
previousSibling: ChildNode;
PROCESSING_INSTRUCTION_NODE: 7;
role: string;
scrollHeight: number;
scrollLeft: number;
scrollTop: number;
scrollWidth: number;
shadowRoot: ShadowRoot;
shadowRootClonable: boolean;
shadowRootDelegatesFocus: boolean;
shadowRootMode: string;
shadowRootSerializable: boolean;
slot: string;
spellcheck: boolean;
style: CSSStyleDeclaration;
tabIndex: number;
tagName: string;
TEXT_NODE: 3;
textContent: string;
title: string;
translate: boolean;
addEventListener<K>(type: K, listener: ((this: HTMLTemplateElement, ev: HTMLElementEventMap[K]) => any), options?: boolean | AddEventListenerOptions): void;
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
after(...nodes: (string | Node)[]): void;
animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
append(...nodes: (string | Node)[]): void;
appendChild<T>(node: T): T;
attachInternals(): ElementInternals;
attachShadow(init: ShadowRootInit): ShadowRoot;
before(...nodes: (string | Node)[]): void;
blur(): void;
checkVisibility(options?: CheckVisibilityOptions): boolean;
click(): void;
cloneNode(deep?: boolean): Node;
closest<K>(selector: K): HTMLElementTagNameMap[K];
closest<K>(selector: K): SVGElementTagNameMap[K];
closest<K>(selector: K): MathMLElementTagNameMap[K];
closest<E>(selectors: string): E;
compareDocumentPosition(other: Node): number;
computedStyleMap(): StylePropertyMapReadOnly;
contains(other: Node): boolean;
dispatchEvent(event: Event): boolean;
focus(options?: FocusOptions): void;
getAnimations(options?: GetAnimationsOptions): Animation[];
getAttribute(qualifiedName: string): string;
getAttributeNames(): string[];
getAttributeNode(qualifiedName: string): Attr;
getAttributeNodeNS(namespace: string, localName: string): Attr;
getAttributeNS(namespace: string, localName: string): string;
getBoundingClientRect(): DOMRect;
getClientRects(): DOMRectList;
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
getElementsByTagName<K>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
getElementsByTagName<K>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
getElementsByTagName<K>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
getElementsByTagName<K>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
getHTML(options?: GetHTMLOptions): string;
getRootNode(options?: GetRootNodeOptions): Node;
hasAttribute(qualifiedName: string): boolean;
hasAttributeNS(namespace: string, localName: string): boolean;
hasAttributes(): boolean;
hasChildNodes(): boolean;
hasPointerCapture(pointerId: number): boolean;
hidePopover(): void;
insertAdjacentElement(where: InsertPosition, element: Element): Element;
insertAdjacentHTML(position: InsertPosition, string: string): void;
insertAdjacentText(where: InsertPosition, data: string): void;
insertBefore<T>(node: T, child: Node): T;
isDefaultNamespace(namespace: string): boolean;
isEqualNode(otherNode: Node): boolean;
isSameNode(otherNode: Node): boolean;
lookupNamespaceURI(prefix: string): string;
lookupPrefix(namespace: string): string;
matches(selectors: string): boolean;
normalize(): void;
prepend(...nodes: (string | Node)[]): void;
querySelector<K>(selectors: K): HTMLElementTagNameMap[K];
querySelector<K>(selectors: K): SVGElementTagNameMap[K];
querySelector<K>(selectors: K): MathMLElementTagNameMap[K];
querySelector<K>(selectors: K): HTMLElementDeprecatedTagNameMap[K];
querySelector<E>(selectors: string): E;
querySelectorAll<K>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
querySelectorAll<K>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
querySelectorAll<K>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
querySelectorAll<K>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
querySelectorAll<E>(selectors: string): NodeListOf<E>;
releasePointerCapture(pointerId: number): void;
remove(): void;
removeAttribute(qualifiedName: string): void;
removeAttributeNode(attr: Attr): Attr;
removeAttributeNS(namespace: string, localName: string): void;
removeChild<T>(child: T): T;
removeEventListener<K>(type: K, listener: ((this: HTMLTemplateElement, ev: HTMLElementEventMap[K]) => any), options?: boolean | EventListenerOptions): void;
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
replaceChild<T>(node: Node, child: T): T;
replaceChildren(...nodes: (string | Node)[]): void;
replaceWith(...nodes: (string | Node)[]): void;
requestFullscreen(options?: FullscreenOptions): Promise<void>;
requestPointerLock(options?: PointerLockOptions): Promise<void>;
scroll(options?: ScrollToOptions): void;
scroll(x: number, y: number): void;
scrollBy(options?: ScrollToOptions): void;
scrollBy(x: number, y: number): void;
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
scrollTo(options?: ScrollToOptions): void;
scrollTo(x: number, y: number): void;
setAttribute(qualifiedName: string, value: string): void;
setAttributeNode(attr: Attr): Attr;
setAttributeNodeNS(attr: Attr): Attr;
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
setHTMLUnsafe(html: string): void;
setPointerCapture(pointerId: number): void;
showPopover(): void;
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
togglePopover(force?: boolean): boolean;
webkitMatchesSelector(selectors: string): boolean;
}
Hierarchy
Index
Properties
Methods
Properties
accessKey
MDN Reference
Readonly
accessMDN Reference
ariaAtomic
MDN Reference
ariaAutoComplete
MDN Reference
ariaBrailleLabel
MDN Reference
ariaBrailleRoleDescription
MDN Reference
ariaBusy
MDN Reference
ariaChecked
MDN Reference
ariaColCount
MDN Reference
ariaColIndex
MDN Reference
ariaColSpan
MDN Reference
ariaCurrent
MDN Reference
ariaDescription
MDN Reference
ariaDisabled
MDN Reference
ariaExpanded
MDN Reference
ariaHasPopup
MDN Reference
ariaHidden
MDN Reference
ariaInvalid
ariaKeyShortcuts
MDN Reference
ariaLabel
MDN Reference
ariaLevel
MDN Reference
ariaLive
MDN Reference
ariaModal
MDN Reference
ariaMultiLine
MDN Reference
ariaMultiSelectable
MDN Reference
ariaOrientation
MDN Reference
ariaPlaceholder
MDN Reference
ariaPosInSet
MDN Reference
ariaPressed
MDN Reference
ariaReadOnly
MDN Reference
ariaRequired
MDN Reference
ariaRoleDescription
MDN Reference
ariaRowCount
MDN Reference
ariaRowIndex
MDN Reference
ariaRowSpan
MDN Reference
ariaSelected
MDN Reference
ariaSetSize
MDN Reference
ariaSort
MDN Reference
ariaValueMax
MDN Reference
ariaValueMin
MDN Reference
ariaValueNow
MDN Reference
ariaValueText
MDN Reference
Readonly
assignedMDN Reference
Readonly
ATTRIBUTE_Readonly
attributesMDN Reference
Readonly
attributeMDN Reference
autocapitalize
MDN Reference
autofocus
MDN Reference
Readonly
baseURIReturns node's node document's document base URL.
MDN Reference
Readonly
CDATA_node is a CDATASection node.
Readonly
childMDN Reference
Readonly
childReturns the children.
MDN Reference
Readonly
childrenReturns the child elements.
MDN Reference
Readonly
classAllows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.
MDN Reference
className
Returns the value of element's class content attribute. Can be set to change it.
MDN Reference
Readonly
clientMDN Reference
Readonly
clientMDN Reference
Readonly
clientMDN Reference
Readonly
clientMDN Reference
Readonly
COMMENT_node is a Comment node.
Readonly
contentReturns the template contents (a DocumentFragment).
MDN Reference
contentEditable
MDN Reference
Readonly
datasetMDN Reference
dir
MDN Reference
Readonly
DOCUMENT_node is a DocumentFragment node.
Readonly
DOCUMENT_node is a document.
Readonly
DOCUMENT_Set when other is a descendant of node.
Readonly
DOCUMENT_Set when other is an ancestor of node.
Readonly
DOCUMENT_Set when node and other are not in the same tree.
Readonly
DOCUMENT_Set when other is following node.
Readonly
DOCUMENT_Readonly
DOCUMENT_Set when other is preceding node.
Readonly
DOCUMENT_node is a doctype.
draggable
MDN Reference
Readonly
ELEMENT_node is an element.
enterKeyHint
MDN Reference
Readonly
ENTITY_Readonly
ENTITY_Readonly
firstReturns the first child.
MDN Reference
Readonly
firstReturns the first child that is an element, and null otherwise.
MDN Reference
hidden
MDN Reference
id
Returns the value of element's id content attribute. Can be set to change it.
MDN Reference
inert
MDN Reference
innerHTML
MDN Reference
innerText
MDN Reference
inputMode
MDN Reference
Readonly
isReturns true if node is connected and false otherwise.
MDN Reference
Readonly
isMDN Reference
lang
MDN Reference
Readonly
lastReturns the last child.
MDN Reference
Readonly
lastReturns the last child that is an element, and null otherwise.
MDN Reference
Readonly
localReturns the local name.
MDN Reference
Readonly
namespaceURIReturns the namespace.
MDN Reference
Readonly
nextReturns the first following sibling that is an element, and null otherwise.
MDN Reference
Readonly
nextReturns the next sibling.
MDN Reference
Readonly
nodeReturns a string appropriate for the type of node.
MDN Reference
Readonly
nodeReturns the type of node.
MDN Reference
nodeValue
MDN Reference
Optional
nonceMDN Reference
Readonly
NOTATION_Readonly
offsetMDN Reference
Readonly
offsetMDN Reference
Readonly
offsetMDN Reference
Readonly
offsetMDN Reference
Readonly
offsetMDN Reference
onabort
Fires when the user aborts the download.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onanimationcancel
MDN Reference
onanimationend
MDN Reference
onanimationiteration
MDN Reference
onanimationstart
MDN Reference
onauxclick
MDN Reference
onbeforeinput
MDN Reference
onbeforetoggle
MDN Reference
onbeforexrselect
An XRSessionEvent of type beforexrselect is dispatched on the DOM overlay element before generating a WebXR selectstart input event if the -Z axis of the input source's targetRaySpace intersects the DOM overlay element at the time the input device's primary action is triggered.
onblur
Fires when the object loses the input focus.
Type declaration
Parameters
The focus event.
MDN Reference
Returns any
oncancel
MDN Reference
oncanplay
Occurs when playback is possible, but would require further buffering.
Type declaration
Parameters
The event.
MDN Reference
Returns any
oncanplaythrough
MDN Reference
onchange
Fires when the contents of the object or selection have changed.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onclick
Fires when the user clicks the left mouse button on the object
Type declaration
Parameters
The mouse event.
MDN Reference
Returns any
onclose
MDN Reference
oncontextlost
MDN Reference
oncontextmenu
Fires when the user clicks the right mouse button in the client area, opening the context menu.
Type declaration
Parameters
The mouse event.
MDN Reference
Returns any
oncontextrestored
MDN Reference
oncopy
MDN Reference
oncuechange
MDN Reference
oncut
MDN Reference
ondblclick
Fires when the user double-clicks the object.
Type declaration
Parameters
The mouse event.
MDN Reference
Returns any
ondrag
Fires on the source object continuously during a drag operation.
Type declaration
Parameters
The event.
MDN Reference
Returns any
ondragend
Fires on the source object when the user releases the mouse at the close of a drag operation.
Type declaration
Parameters
The event.
MDN Reference
Returns any
ondragenter
Fires on the target element when the user drags the object to a valid drop target.
Type declaration
Parameters
The drag event.
MDN Reference
Returns any
ondragleave
Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.
Type declaration
Parameters
The drag event.
MDN Reference
Returns any
ondragover
Fires on the target element continuously while the user drags the object over a valid drop target.
Type declaration
Parameters
The event.
MDN Reference
Returns any
ondragstart
Fires on the source object when the user starts to drag a text selection or selected object.
Type declaration
Parameters
The event.
MDN Reference
Returns any
ondrop
MDN Reference
ondurationchange
Occurs when the duration attribute is updated.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onemptied
Occurs when the media element is reset to its initial state.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onended
Occurs when the end of playback is reached.
Type declaration
Parameters
The event
MDN Reference
Returns any
onerror
Fires when an error occurs during object loading.
Param: ev
The event.
MDN Reference
onfocus
Fires when the object receives focus.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onformdata
MDN Reference
onfullscreenchange
MDN Reference
onfullscreenerror
MDN Reference
ongotpointercapture
MDN Reference
oninput
MDN Reference
oninvalid
MDN Reference
onkeydown
Fires when the user presses a key.
Type declaration
Parameters
The keyboard event
MDN Reference
Returns any
onkeypress
Fires when the user presses an alphanumeric key.
Type declaration
Parameters
The event.
Returns any
Deprecated
MDN Reference
onkeyup
Fires when the user releases a key.
Type declaration
Parameters
The keyboard event
MDN Reference
Returns any
onload
Fires immediately after the browser loads the object.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onloadeddata
Occurs when media data is loaded at the current playback position.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onloadedmetadata
Occurs when the duration and dimensions of the media have been determined.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onloadstart
Occurs when Internet Explorer begins looking for media data.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onlostpointercapture
MDN Reference
onmousedown
Fires when the user clicks the object with either mouse button.
Type declaration
Parameters
The mouse event.
MDN Reference
Returns any
onmouseenter
MDN Reference
onmouseleave
MDN Reference
onmousemove
Fires when the user moves the mouse over the object.
Type declaration
Parameters
The mouse event.
MDN Reference
Returns any
onmouseout
Fires when the user moves the mouse pointer outside the boundaries of the object.
Type declaration
Parameters
The mouse event.
MDN Reference
Returns any
onmouseover
Fires when the user moves the mouse pointer into the object.
Type declaration
Parameters
The mouse event.
MDN Reference
Returns any
onmouseup
Fires when the user releases a mouse button while the mouse is over the object.
Type declaration
Parameters
The mouse event.
MDN Reference
Returns any
onpaste
MDN Reference
onpause
Occurs when playback is paused.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onplay
Occurs when the play method is requested.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onplaying
Occurs when the audio or video has started playing.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onpointercancel
MDN Reference
onpointerdown
MDN Reference
onpointerenter
MDN Reference
onpointerleave
MDN Reference
onpointermove
MDN Reference
onpointerout
MDN Reference
onpointerover
MDN Reference
onpointerup
MDN Reference
onprogress
Occurs to indicate progress while downloading media data.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onratechange
Occurs when the playback rate is increased or decreased.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onreset
Fires when the user resets a form.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onresize
MDN Reference
onscroll
Fires when the user repositions the scroll box in the scroll bar on the object.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onscrollend
MDN Reference
onsecuritypolicyviolation
MDN Reference
onseeked
Occurs when the seek operation ends.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onseeking
Occurs when the current playback position is moved.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onselect
Fires when the current selection changes.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onselectionchange
MDN Reference
onselectstart
MDN Reference
onslotchange
MDN Reference
onstalled
Occurs when the download has stopped.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onsubmit
MDN Reference
onsuspend
Occurs if the load operation has been intentionally halted.
Type declaration
Parameters
The event.
MDN Reference
Returns any
ontimeupdate
Occurs to indicate the current playback position.
Type declaration
Parameters
The event.
MDN Reference
Returns any
ontoggle
MDN Reference
Optional
ontouchcancelMDN Reference
Optional
ontouchendMDN Reference
Optional
ontouchmoveMDN Reference
Optional
ontouchstartMDN Reference
ontransitioncancel
MDN Reference
ontransitionend
MDN Reference
ontransitionrun
MDN Reference
ontransitionstart
MDN Reference
onvolumechange
Occurs when the volume is changed, or playback is muted or unmuted.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onwaiting
Occurs when playback stops because the next frame of a video resource is not available.
Type declaration
Parameters
The event.
MDN Reference
Returns any
onwebkitanimationend
Deprecated
This is a legacy alias of
onanimationend
.MDN Reference
onwebkitanimationiteration
Deprecated
This is a legacy alias of
onanimationiteration
.MDN Reference
onwebkitanimationstart
Deprecated
This is a legacy alias of
onanimationstart
.MDN Reference
onwebkittransitionend
Deprecated
This is a legacy alias of
ontransitionend
.MDN Reference
onwheel
MDN Reference
outerHTML
MDN Reference
outerText
MDN Reference
Readonly
ownerReturns the node document. Returns null for documents.
MDN Reference
Readonly
parentReturns the parent element.
MDN Reference
Readonly
parentReturns the parent.
MDN Reference
Readonly
partMDN Reference
popover
MDN Reference
Readonly
prefixReturns the namespace prefix.
MDN Reference
Readonly
previousReturns the first preceding sibling that is an element, and null otherwise.
MDN Reference
Readonly
previousReturns the previous sibling.
MDN Reference
Readonly
PROCESSING_node is a ProcessingInstruction node.
role
Readonly
scrollMDN Reference
scrollLeft
MDN Reference
scrollTop
MDN Reference
Readonly
scrollMDN Reference
Readonly
shadowReturns element's shadow root, if any, and if shadow root's mode is "open", and null otherwise.
MDN Reference
shadowRootClonable
MDN Reference
shadowRootDelegatesFocus
MDN Reference
shadowRootMode
MDN Reference
shadowRootSerializable
MDN Reference
slot
Returns the value of element's slot content attribute. Can be set to change it.
MDN Reference
spellcheck
MDN Reference
Readonly
styleMDN Reference
tabIndex
MDN Reference
Readonly
tagReturns the HTML-uppercased qualified name.
MDN Reference
Readonly
TEXT_node is a Text node.
textContent
MDN Reference
title
MDN Reference
translate
MDN Reference
Methods
addEventListener
Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.
The options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.
When set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.
When set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.
When set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.
If an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.
The event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.
MDN Reference
Type Parameters
Parameters
Parameters
Returns any
Optional
options: boolean | AddEventListenerOptionsReturns void
Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.
The options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.
When set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.
When set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.
When set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.
If an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.
The event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.
MDN Reference
Parameters
Optional
options: boolean | AddEventListenerOptionsReturns void
after
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
Rest
...nodes: (string | Node)[]Returns void
animate
MDN Reference
Parameters
Optional
options: number | KeyframeAnimationOptionsReturns Animation
append
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
Rest
...nodes: (string | Node)[]Returns void
appendChild
MDN Reference
Type Parameters
Parameters
Returns T
attachInternals
MDN Reference
Returns ElementInternals
attachShadow
Creates a shadow root for element and returns it.
MDN Reference
Parameters
Returns ShadowRoot
before
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
Rest
...nodes: (string | Node)[]Returns void
blur
MDN Reference
Returns void
checkVisibility
MDN Reference
Parameters
Optional
options: CheckVisibilityOptionsReturns boolean
click
MDN Reference
Returns void
cloneNode
Returns a copy of node. If deep is true, the copy also includes the node's descendants.
MDN Reference
Parameters
Optional
deep: booleanReturns Node
closest
Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.
MDN Reference
Type Parameters
Parameters
Returns HTMLElementTagNameMap[K]
Type Parameters
Parameters
Returns SVGElementTagNameMap[K]
Type Parameters
Parameters
Returns MathMLElementTagNameMap[K]
Type Parameters
Parameters
Returns E
compareDocumentPosition
Returns a bitmask indicating the position of other relative to node.
MDN Reference
Parameters
Returns number
computedStyleMap
MDN Reference
Returns StylePropertyMapReadOnly
contains
Returns true if other is an inclusive descendant of node, and false otherwise.
MDN Reference
Parameters
Returns boolean
dispatchEvent
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
Returns boolean
focus
MDN Reference
Parameters
Optional
options: FocusOptionsReturns void
getAnimations
MDN Reference
Parameters
Optional
options: GetAnimationsOptionsReturns Animation[]
getAttribute
Returns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.
MDN Reference
Parameters
Returns string
getAttributeNames
Returns the qualified names of all element's attributes. Can contain duplicates.
MDN Reference
Returns string[]
getAttributeNode
MDN Reference
Parameters
Returns Attr
getAttributeNodeNS
MDN Reference
Parameters
Returns Attr
getAttributeNS
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
Returns string
getBoundingClientRect
MDN Reference
Returns DOMRect
getClientRects
MDN Reference
Returns DOMRectList
getElementsByClassName
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
Returns HTMLCollectionOf<Element>
getElementsByTagName
MDN Reference
Type Parameters
Parameters
Returns HTMLCollectionOf<HTMLElementTagNameMap[K]>
Type Parameters
Parameters
Returns HTMLCollectionOf<SVGElementTagNameMap[K]>
Type Parameters
Parameters
Returns HTMLCollectionOf<MathMLElementTagNameMap[K]>
Type Parameters
Parameters
Returns HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>
Deprecated
Parameters
Returns HTMLCollectionOf<Element>
getElementsByTagNameNS
MDN Reference
Parameters
Returns HTMLCollectionOf<HTMLElement>
Parameters
Returns HTMLCollectionOf<SVGElement>
Parameters
Returns HTMLCollectionOf<MathMLElement>
Parameters
Returns HTMLCollectionOf<Element>
getHTML
MDN Reference
Parameters
Optional
options: GetHTMLOptionsReturns string
getRootNode
Returns node's root.
MDN Reference
Parameters
Optional
options: GetRootNodeOptionsReturns Node
hasAttribute
Returns true if element has an attribute whose qualified name is qualifiedName, and false otherwise.
MDN Reference
Parameters
Returns boolean
hasAttributeNS
Returns true if element has an attribute whose namespace is namespace and local name is localName.
MDN Reference
Parameters
Returns boolean
hasAttributes
Returns true if element has attributes, and false otherwise.
MDN Reference
Returns boolean
hasChildNodes
Returns whether node has children.
MDN Reference
Returns boolean
hasPointerCapture
MDN Reference
Parameters
Returns boolean
hidePopover
MDN Reference
Returns void
insertAdjacentElement
MDN Reference
Parameters
Returns Element
insertAdjacentHTML
MDN Reference
Parameters
Returns void
insertAdjacentText
MDN Reference
Parameters
Returns void
insertBefore
MDN Reference
Type Parameters
Parameters
Returns T
isDefaultNamespace
MDN Reference
Parameters
Returns boolean
isEqualNode
Returns whether node and otherNode have the same properties.
MDN Reference
Parameters
Returns boolean
isSameNode
MDN Reference
Parameters
Returns boolean
lookupNamespaceURI
MDN Reference
Parameters
Returns string
lookupPrefix
MDN Reference
Parameters
Returns string
matches
Returns true if matching selectors against element's root yields element, and false otherwise.
MDN Reference
Parameters
Returns boolean
normalize
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
prepend
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
Rest
...nodes: (string | Node)[]Returns void
querySelector
Returns the first element that is a descendant of node that matches selectors.
MDN Reference
Type Parameters
Parameters
Returns HTMLElementTagNameMap[K]
Type Parameters
Parameters
Returns SVGElementTagNameMap[K]
Type Parameters
Parameters
Returns MathMLElementTagNameMap[K]
Type Parameters
Parameters
Returns HTMLElementDeprecatedTagNameMap[K]
Deprecated
Type Parameters
Parameters
Returns E
querySelectorAll
Returns all element descendants of node that match selectors.
MDN Reference
Type Parameters
Parameters
Returns NodeListOf<HTMLElementTagNameMap[K]>
Type Parameters
Parameters
Returns NodeListOf<SVGElementTagNameMap[K]>
Type Parameters
Parameters
Returns NodeListOf<MathMLElementTagNameMap[K]>
Type Parameters
Parameters
Returns NodeListOf<HTMLElementDeprecatedTagNameMap[K]>
Deprecated
Type Parameters
Parameters
Returns NodeListOf<E>
releasePointerCapture
MDN Reference
Parameters
Returns void
remove
Removes node.
MDN Reference
Returns void
removeAttribute
Removes element's first attribute whose qualified name is qualifiedName.
MDN Reference
Parameters
Returns void
removeAttributeNode
MDN Reference
Parameters
Returns Attr
removeAttributeNS
Removes element's attribute whose namespace is namespace and local name is localName.
MDN Reference
Parameters
Returns void
removeChild
MDN Reference
Type Parameters
Parameters
Returns T
removeEventListener
Removes the event listener in target's event listener list with the same type, callback, and options.
MDN Reference
Type Parameters
Parameters
Parameters
Returns any
Optional
options: boolean | EventListenerOptionsReturns void
Removes the event listener in target's event listener list with the same type, callback, and options.
MDN Reference
Parameters
Optional
options: boolean | EventListenerOptionsReturns void
replaceChild
MDN Reference
Type Parameters
Parameters
Returns T
replaceChildren
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
Rest
...nodes: (string | Node)[]Returns void
replaceWith
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
Rest
...nodes: (string | Node)[]Returns void
requestFullscreen
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
Optional
options: FullscreenOptionsReturns Promise<void>
requestPointerLock
MDN Reference
Parameters
Optional
options: PointerLockOptionsReturns Promise<void>
scroll
MDN Reference
Parameters
Optional
options: ScrollToOptionsReturns void
Parameters
Returns void
scrollBy
MDN Reference
Parameters
Optional
options: ScrollToOptionsReturns void
Parameters
Returns void
scrollIntoView
MDN Reference
Parameters
Optional
arg: boolean | ScrollIntoViewOptionsReturns void
scrollTo
MDN Reference
Parameters
Optional
options: ScrollToOptionsReturns void
Parameters
Returns void
setAttribute
Sets the value of element's first attribute whose qualified name is qualifiedName to value.
MDN Reference
Parameters
Returns void
setAttributeNode
MDN Reference
Parameters
Returns Attr
setAttributeNodeNS
MDN Reference
Parameters
Returns Attr
setAttributeNS
Sets the value of element's attribute whose namespace is namespace and local name is localName to value.
MDN Reference
Parameters
Returns void
setHTMLUnsafe
MDN Reference
Parameters
Returns void
setPointerCapture
MDN Reference
Parameters
Returns void
showPopover
MDN Reference
Returns void
toggleAttribute
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
Optional
force: booleanReturns boolean
togglePopover
MDN Reference
Parameters
Optional
force: booleanReturns boolean
webkitMatchesSelector
Parameters
Returns boolean
Deprecated
This is a legacy alias of
matches
.MDN Reference
Settings
On This Page
Properties
Methods