Skip to main content

tw5-typed / core / TW_Element

Class: TW_Element

core.TW_Element

Hierarchy

  • HTMLElement

    TW_Element

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new TW_Element(): TW_Element

Returns

TW_Element

Inherited from

HTMLElement.constructor

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10106

Properties

ATTRIBUTE_NODE

Readonly ATTRIBUTE_NODE: 2

Inherited from

HTMLElement.ATTRIBUTE_NODE

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16205


CDATA_SECTION_NODE

Readonly CDATA_SECTION_NODE: 4

node is a CDATASection node.

Inherited from

HTMLElement.CDATA_SECTION_NODE

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16209


COMMENT_NODE

Readonly COMMENT_NODE: 8

node is a Comment node.

Inherited from

HTMLElement.COMMENT_NODE

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16215


DOCUMENT_FRAGMENT_NODE

Readonly DOCUMENT_FRAGMENT_NODE: 11

node is a DocumentFragment node.

Inherited from

HTMLElement.DOCUMENT_FRAGMENT_NODE

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16221


DOCUMENT_NODE

Readonly DOCUMENT_NODE: 9

node is a document.

Inherited from

HTMLElement.DOCUMENT_NODE

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16217


DOCUMENT_POSITION_CONTAINED_BY

Readonly DOCUMENT_POSITION_CONTAINED_BY: 16

Set when other is a descendant of node.

Inherited from

HTMLElement.DOCUMENT_POSITION_CONTAINED_BY

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16232


DOCUMENT_POSITION_CONTAINS

Readonly DOCUMENT_POSITION_CONTAINS: 8

Set when other is an ancestor of node.

Inherited from

HTMLElement.DOCUMENT_POSITION_CONTAINS

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16230


DOCUMENT_POSITION_DISCONNECTED

Readonly DOCUMENT_POSITION_DISCONNECTED: 1

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

Inherited from

HTMLElement.DOCUMENT_POSITION_DISCONNECTED

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16224


DOCUMENT_POSITION_FOLLOWING

Readonly DOCUMENT_POSITION_FOLLOWING: 4

Set when other is following node.

Inherited from

HTMLElement.DOCUMENT_POSITION_FOLLOWING

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16228


DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC

Readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32

Inherited from

HTMLElement.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16233


DOCUMENT_POSITION_PRECEDING

Readonly DOCUMENT_POSITION_PRECEDING: 2

Set when other is preceding node.

Inherited from

HTMLElement.DOCUMENT_POSITION_PRECEDING

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16226


DOCUMENT_TYPE_NODE

Readonly DOCUMENT_TYPE_NODE: 10

node is a doctype.

Inherited from

HTMLElement.DOCUMENT_TYPE_NODE

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16219


ELEMENT_NODE

Readonly ELEMENT_NODE: 1

node is an element.

Inherited from

HTMLElement.ELEMENT_NODE

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16204


ENTITY_NODE

Readonly ENTITY_NODE: 6

Inherited from

HTMLElement.ENTITY_NODE

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16211


ENTITY_REFERENCE_NODE

Readonly ENTITY_REFERENCE_NODE: 5

Inherited from

HTMLElement.ENTITY_REFERENCE_NODE

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16210


NOTATION_NODE

Readonly NOTATION_NODE: 12

Inherited from

HTMLElement.NOTATION_NODE

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16222


PROCESSING_INSTRUCTION_NODE

Readonly PROCESSING_INSTRUCTION_NODE: 7

node is a ProcessingInstruction node.

Inherited from

HTMLElement.PROCESSING_INSTRUCTION_NODE

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16213


TEXT_NODE

Readonly TEXT_NODE: 3

node is a Text node.

Inherited from

HTMLElement.TEXT_NODE

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16207


_style

_style: Record<string, unknown>

Defined in

src/modules/utils/fakedom.d.ts:3


accessKey

accessKey: string

MDN Reference

Inherited from

HTMLElement.accessKey

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10053


accessKeyLabel

Readonly accessKeyLabel: string

MDN Reference

Inherited from

HTMLElement.accessKeyLabel

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10055


appendChild

appendChild: <T>(node: T) => T

Type declaration

▸ <T>(node): T

Type parameters
NameType
Textends Node | TW_Element | TW_TextNode
Parameters
NameType
nodeT
Returns

T

Overrides

HTMLElement.appendChild

Defined in

src/modules/utils/fakedom.d.ts:4


ariaAtomic

ariaAtomic: string

MDN Reference

Inherited from

HTMLElement.ariaAtomic

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2209


ariaAutoComplete

ariaAutoComplete: string

MDN Reference

Inherited from

HTMLElement.ariaAutoComplete

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2211


ariaBusy

ariaBusy: string

MDN Reference

Inherited from

HTMLElement.ariaBusy

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2213


ariaChecked

ariaChecked: string

MDN Reference

Inherited from

HTMLElement.ariaChecked

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2215


ariaColCount

ariaColCount: string

MDN Reference

Inherited from

HTMLElement.ariaColCount

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2217


ariaColIndex

ariaColIndex: string

MDN Reference

Inherited from

HTMLElement.ariaColIndex

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2219


ariaColSpan

ariaColSpan: string

MDN Reference

Inherited from

HTMLElement.ariaColSpan

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2221


ariaCurrent

ariaCurrent: string

MDN Reference

Inherited from

HTMLElement.ariaCurrent

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2223


ariaDisabled

ariaDisabled: string

MDN Reference

Inherited from

HTMLElement.ariaDisabled

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2225


ariaExpanded

ariaExpanded: string

MDN Reference

Inherited from

HTMLElement.ariaExpanded

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2227


ariaHasPopup

ariaHasPopup: string

MDN Reference

Inherited from

HTMLElement.ariaHasPopup

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2229


ariaHidden

ariaHidden: string

MDN Reference

Inherited from

HTMLElement.ariaHidden

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2231


ariaInvalid

ariaInvalid: string

Inherited from

HTMLElement.ariaInvalid

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2232


ariaKeyShortcuts

ariaKeyShortcuts: string

MDN Reference

Inherited from

HTMLElement.ariaKeyShortcuts

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2234


ariaLabel

ariaLabel: string

MDN Reference

Inherited from

HTMLElement.ariaLabel

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2236


ariaLevel

ariaLevel: string

MDN Reference

Inherited from

HTMLElement.ariaLevel

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2238


ariaLive

ariaLive: string

MDN Reference

Inherited from

HTMLElement.ariaLive

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2240


ariaModal

ariaModal: string

MDN Reference

Inherited from

HTMLElement.ariaModal

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2242


ariaMultiLine

ariaMultiLine: string

MDN Reference

Inherited from

HTMLElement.ariaMultiLine

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2244


ariaMultiSelectable

ariaMultiSelectable: string

MDN Reference

Inherited from

HTMLElement.ariaMultiSelectable

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2246


ariaOrientation

ariaOrientation: string

MDN Reference

Inherited from

HTMLElement.ariaOrientation

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2248


ariaPlaceholder

ariaPlaceholder: string

MDN Reference

Inherited from

HTMLElement.ariaPlaceholder

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2250


ariaPosInSet

ariaPosInSet: string

MDN Reference

Inherited from

HTMLElement.ariaPosInSet

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2252


ariaPressed

ariaPressed: string

MDN Reference

Inherited from

HTMLElement.ariaPressed

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2254


ariaReadOnly

ariaReadOnly: string

MDN Reference

Inherited from

HTMLElement.ariaReadOnly

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2256


ariaRequired

ariaRequired: string

MDN Reference

Inherited from

HTMLElement.ariaRequired

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2258


ariaRoleDescription

ariaRoleDescription: string

MDN Reference

Inherited from

HTMLElement.ariaRoleDescription

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2260


ariaRowCount

ariaRowCount: string

MDN Reference

Inherited from

HTMLElement.ariaRowCount

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2262


ariaRowIndex

ariaRowIndex: string

MDN Reference

Inherited from

HTMLElement.ariaRowIndex

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2264


ariaRowSpan

ariaRowSpan: string

MDN Reference

Inherited from

HTMLElement.ariaRowSpan

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2266


ariaSelected

ariaSelected: string

MDN Reference

Inherited from

HTMLElement.ariaSelected

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2268


ariaSetSize

ariaSetSize: string

MDN Reference

Inherited from

HTMLElement.ariaSetSize

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2270


ariaSort

ariaSort: string

MDN Reference

Inherited from

HTMLElement.ariaSort

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2272


ariaValueMax

ariaValueMax: string

MDN Reference

Inherited from

HTMLElement.ariaValueMax

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2274


ariaValueMin

ariaValueMin: string

MDN Reference

Inherited from

HTMLElement.ariaValueMin

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2276


ariaValueNow

ariaValueNow: string

MDN Reference

Inherited from

HTMLElement.ariaValueNow

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2278


ariaValueText

ariaValueText: string

MDN Reference

Inherited from

HTMLElement.ariaValueText

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2280


assignedSlot

Readonly assignedSlot: HTMLSlotElement

MDN Reference

Inherited from

HTMLElement.assignedSlot

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:21296


attributeStyleMap

Readonly attributeStyleMap: StylePropertyMap

Inherited from

HTMLElement.attributeStyleMap

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7855


attributes

Readonly attributes: NamedNodeMap

MDN Reference

Inherited from

HTMLElement.attributes

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7600


autocapitalize

autocapitalize: string

Inherited from

HTMLElement.autocapitalize

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10056


autofocus

autofocus: boolean

Inherited from

HTMLElement.autofocus

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:12045


baseURI

Readonly baseURI: string

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

MDN Reference

Inherited from

HTMLElement.baseURI

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16074


childElementCount

Readonly childElementCount: number

MDN Reference

Inherited from

HTMLElement.childElementCount

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16763


childNodes

Readonly childNodes: NodeListOf<ChildNode>

Returns the children.

MDN Reference

Inherited from

HTMLElement.childNodes

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16080


children

Readonly children: HTMLCollection

Returns the child elements.

MDN Reference

Inherited from

HTMLElement.children

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16769


classList

Readonly classList: DOMTokenList

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

MDN Reference

Inherited from

HTMLElement.classList

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7606


className

className: string

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

MDN Reference

Inherited from

HTMLElement.className

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7612


clientHeight

Readonly clientHeight: number

MDN Reference

Inherited from

HTMLElement.clientHeight

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7614


clientLeft

Readonly clientLeft: number

MDN Reference

Inherited from

HTMLElement.clientLeft

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7616


clientTop

Readonly clientTop: number

MDN Reference

Inherited from

HTMLElement.clientTop

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7618


clientWidth

Readonly clientWidth: number

MDN Reference

Inherited from

HTMLElement.clientWidth

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7620


contentEditable

contentEditable: string

MDN Reference

Inherited from

HTMLElement.contentEditable

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7862


dataset

Readonly dataset: DOMStringMap

MDN Reference

Inherited from

HTMLElement.dataset

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:12047


dir

dir: string

MDN Reference

Inherited from

HTMLElement.dir

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10058


draggable

draggable: boolean

MDN Reference

Inherited from

HTMLElement.draggable

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10060


enterKeyHint

enterKeyHint: string

MDN Reference

Inherited from

HTMLElement.enterKeyHint

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7864


firstChild

Readonly firstChild: ChildNode

Returns the first child.

MDN Reference

Inherited from

HTMLElement.firstChild

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16086


firstElementChild

Readonly firstElementChild: Element

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

MDN Reference

Inherited from

HTMLElement.firstElementChild

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16775


hidden

hidden: boolean

MDN Reference

Inherited from

HTMLElement.hidden

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10062


id

id: string

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

MDN Reference

Inherited from

HTMLElement.id

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7626


inert

inert: boolean

MDN Reference

Inherited from

HTMLElement.inert

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10064


innerHTML

innerHTML: string

MDN Reference

Inherited from

HTMLElement.innerHTML

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:14279


innerText

innerText: string

MDN Reference

Inherited from

HTMLElement.innerText

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10066


inputMode

inputMode: string

MDN Reference

Inherited from

HTMLElement.inputMode

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7866


isConnected

Readonly isConnected: boolean

Returns true if node is connected and false otherwise.

MDN Reference

Inherited from

HTMLElement.isConnected

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16092


isContentEditable

Readonly isContentEditable: boolean

MDN Reference

Inherited from

HTMLElement.isContentEditable

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7868


isRaw

isRaw: boolean

Defined in

src/modules/utils/fakedom.d.ts:5


isTiddlyWikiFakeDom

isTiddlyWikiFakeDom: boolean

Defined in

src/modules/utils/fakedom.d.ts:6


lang

lang: string

MDN Reference

Inherited from

HTMLElement.lang

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10068


lastChild

Readonly lastChild: ChildNode

Returns the last child.

MDN Reference

Inherited from

HTMLElement.lastChild

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16098


lastElementChild

Readonly lastElementChild: Element

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

MDN Reference

Inherited from

HTMLElement.lastElementChild

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16781


localName

Readonly localName: string

Returns the local name.

MDN Reference

Inherited from

HTMLElement.localName

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7632


namespaceURI

namespaceURI: string

Overrides

HTMLElement.namespaceURI

Defined in

src/modules/utils/fakedom.d.ts:7


nextElementSibling

Readonly nextElementSibling: Element

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

MDN Reference

Inherited from

HTMLElement.nextElementSibling

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16354


nextSibling

Readonly nextSibling: ChildNode

Returns the next sibling.

MDN Reference

Inherited from

HTMLElement.nextSibling

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16104


nodeName

Readonly nodeName: string

Returns a string appropriate for the type of node.

MDN Reference

Inherited from

HTMLElement.nodeName

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16110


nodeType

Readonly nodeType: number

Returns the type of node.

MDN Reference

Inherited from

HTMLElement.nodeType

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16116


nodeValue

nodeValue: string

MDN Reference

Inherited from

HTMLElement.nodeValue

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16118


nonce

Optional nonce: string

MDN Reference

Inherited from

HTMLElement.nonce

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:12049


offsetHeight

Readonly offsetHeight: number

MDN Reference

Inherited from

HTMLElement.offsetHeight

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10070


offsetLeft

Readonly offsetLeft: number

MDN Reference

Inherited from

HTMLElement.offsetLeft

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10072


offsetParent

Readonly offsetParent: Element

MDN Reference

Inherited from

HTMLElement.offsetParent

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10074


offsetTop

Readonly offsetTop: number

MDN Reference

Inherited from

HTMLElement.offsetTop

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10076


offsetWidth

Readonly offsetWidth: number

MDN Reference

Inherited from

HTMLElement.offsetWidth

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10078


onabort

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

Fires when the user aborts the download.

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

Fires when the user aborts the download.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evUIEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.onabort

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:8948


onanimationcancel

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evAnimationEvent
Returns

any

Inherited from

HTMLElement.onanimationcancel

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:8950


onanimationend

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evAnimationEvent
Returns

any

Inherited from

HTMLElement.onanimationend

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:8952


onanimationiteration

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evAnimationEvent
Returns

any

Inherited from

HTMLElement.onanimationiteration

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:8954


onanimationstart

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evAnimationEvent
Returns

any

Inherited from

HTMLElement.onanimationstart

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:8956


onauxclick

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evMouseEvent
Returns

any

Inherited from

HTMLElement.onauxclick

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:8958


onbeforeinput

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evInputEvent
Returns

any

Inherited from

HTMLElement.onbeforeinput

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:8960


onblur

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

Fires when the object loses the input focus.

Param

The focus event.

MDN Reference

Type declaration

▸ (this, ev): any

Fires when the object loses the input focus.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evFocusEventThe focus event. MDN Reference
Returns

any

Inherited from

HTMLElement.onblur

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:8967


oncancel

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evEvent
Returns

any

Inherited from

HTMLElement.oncancel

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:8969


oncanplay

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

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

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

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

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.oncanplay

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:8976


oncanplaythrough

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evEvent
Returns

any

Inherited from

HTMLElement.oncanplaythrough

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:8978


onchange

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

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

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

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

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.onchange

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:8985


onclick

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

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

Param

The mouse event.

MDN Reference

Type declaration

▸ (this, ev): any

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

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evMouseEventThe mouse event. MDN Reference
Returns

any

Inherited from

HTMLElement.onclick

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:8992


onclose

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evEvent
Returns

any

Inherited from

HTMLElement.onclose

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:8994


oncontextmenu

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

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

Param

The mouse event.

MDN Reference

Type declaration

▸ (this, ev): any

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

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evMouseEventThe mouse event. MDN Reference
Returns

any

Inherited from

HTMLElement.oncontextmenu

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9001


oncopy

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evClipboardEvent
Returns

any

Inherited from

HTMLElement.oncopy

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9003


oncuechange

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evEvent
Returns

any

Inherited from

HTMLElement.oncuechange

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9005


oncut

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evClipboardEvent
Returns

any

Inherited from

HTMLElement.oncut

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9007


ondblclick

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

Fires when the user double-clicks the object.

Param

The mouse event.

MDN Reference

Type declaration

▸ (this, ev): any

Fires when the user double-clicks the object.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evMouseEventThe mouse event. MDN Reference
Returns

any

Inherited from

HTMLElement.ondblclick

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9014


ondrag

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

Fires on the source object continuously during a drag operation.

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

Fires on the source object continuously during a drag operation.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evDragEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.ondrag

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9021


ondragend

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

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

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

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

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evDragEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.ondragend

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9028


ondragenter

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

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

Param

The drag event.

MDN Reference

Type declaration

▸ (this, ev): any

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

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evDragEventThe drag event. MDN Reference
Returns

any

Inherited from

HTMLElement.ondragenter

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9035


ondragleave

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

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

Param

The drag event.

MDN Reference

Type declaration

▸ (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
NameTypeDescription
thisGlobalEventHandlers-
evDragEventThe drag event. MDN Reference
Returns

any

Inherited from

HTMLElement.ondragleave

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9042


ondragover

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

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

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

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

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evDragEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.ondragover

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9049


ondragstart

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

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

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

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

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evDragEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.ondragstart

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9056


ondrop

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evDragEvent
Returns

any

Inherited from

HTMLElement.ondrop

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9058


ondurationchange

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

Occurs when the duration attribute is updated.

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

Occurs when the duration attribute is updated.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.ondurationchange

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9065


onemptied

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

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

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

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

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.onemptied

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9072


onended

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

Occurs when the end of playback is reached.

Param

The event

MDN Reference

Type declaration

▸ (this, ev): any

Occurs when the end of playback is reached.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event MDN Reference
Returns

any

Inherited from

HTMLElement.onended

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9079


onerror

onerror: OnErrorEventHandlerNonNull

Fires when an error occurs during object loading.

Param

The event.

MDN Reference

Inherited from

HTMLElement.onerror

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9086


onfocus

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

Fires when the object receives focus.

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

Fires when the object receives focus.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evFocusEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.onfocus

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9093


onformdata

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evFormDataEvent
Returns

any

Inherited from

HTMLElement.onformdata

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9095


onfullscreenchange

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisElement
evEvent
Returns

any

Inherited from

HTMLElement.onfullscreenchange

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7640


onfullscreenerror

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisElement
evEvent
Returns

any

Inherited from

HTMLElement.onfullscreenerror

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7642


ongotpointercapture

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evPointerEvent
Returns

any

Inherited from

HTMLElement.ongotpointercapture

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9097


oninput

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evEvent
Returns

any

Inherited from

HTMLElement.oninput

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9099


oninvalid

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evEvent
Returns

any

Inherited from

HTMLElement.oninvalid

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9101


onkeydown

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

Fires when the user presses a key.

Param

The keyboard event

MDN Reference

Type declaration

▸ (this, ev): any

Fires when the user presses a key.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evKeyboardEventThe keyboard event MDN Reference
Returns

any

Inherited from

HTMLElement.onkeydown

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9108


onkeypress

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

Fires when the user presses an alphanumeric key.

Param

The event.

Deprecated

MDN Reference

Type declaration

▸ (this, ev): any

Fires when the user presses an alphanumeric key.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evKeyboardEventThe event.
Returns

any

Deprecated

MDN Reference

Inherited from

HTMLElement.onkeypress

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9116


onkeyup

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

Fires when the user releases a key.

Param

The keyboard event

MDN Reference

Type declaration

▸ (this, ev): any

Fires when the user releases a key.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evKeyboardEventThe keyboard event MDN Reference
Returns

any

Inherited from

HTMLElement.onkeyup

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9123


onload

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

Fires immediately after the browser loads the object.

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

Fires immediately after the browser loads the object.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.onload

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9130


onloadeddata

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

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

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

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

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.onloadeddata

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9137


onloadedmetadata

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

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

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

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

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.onloadedmetadata

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9144


onloadstart

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

Occurs when Internet Explorer begins looking for media data.

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

Occurs when Internet Explorer begins looking for media data.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.onloadstart

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9151


onlostpointercapture

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evPointerEvent
Returns

any

Inherited from

HTMLElement.onlostpointercapture

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9153


onmousedown

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

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

Param

The mouse event.

MDN Reference

Type declaration

▸ (this, ev): any

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

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evMouseEventThe mouse event. MDN Reference
Returns

any

Inherited from

HTMLElement.onmousedown

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9160


onmouseenter

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evMouseEvent
Returns

any

Inherited from

HTMLElement.onmouseenter

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9162


onmouseleave

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evMouseEvent
Returns

any

Inherited from

HTMLElement.onmouseleave

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9164


onmousemove

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

Fires when the user moves the mouse over the object.

Param

The mouse event.

MDN Reference

Type declaration

▸ (this, ev): any

Fires when the user moves the mouse over the object.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evMouseEventThe mouse event. MDN Reference
Returns

any

Inherited from

HTMLElement.onmousemove

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9171


onmouseout

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

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

Param

The mouse event.

MDN Reference

Type declaration

▸ (this, ev): any

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

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evMouseEventThe mouse event. MDN Reference
Returns

any

Inherited from

HTMLElement.onmouseout

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9178


onmouseover

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

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

Param

The mouse event.

MDN Reference

Type declaration

▸ (this, ev): any

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

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evMouseEventThe mouse event. MDN Reference
Returns

any

Inherited from

HTMLElement.onmouseover

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9185


onmouseup

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

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

Param

The mouse event.

MDN Reference

Type declaration

▸ (this, ev): any

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

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evMouseEventThe mouse event. MDN Reference
Returns

any

Inherited from

HTMLElement.onmouseup

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9192


onpaste

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evClipboardEvent
Returns

any

Inherited from

HTMLElement.onpaste

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9194


onpause

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

Occurs when playback is paused.

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

Occurs when playback is paused.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.onpause

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9201


onplay

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

Occurs when the play method is requested.

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

Occurs when the play method is requested.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.onplay

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9208


onplaying

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

Occurs when the audio or video has started playing.

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

Occurs when the audio or video has started playing.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.onplaying

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9215


onpointercancel

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evPointerEvent
Returns

any

Inherited from

HTMLElement.onpointercancel

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9217


onpointerdown

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evPointerEvent
Returns

any

Inherited from

HTMLElement.onpointerdown

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9219


onpointerenter

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evPointerEvent
Returns

any

Inherited from

HTMLElement.onpointerenter

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9221


onpointerleave

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evPointerEvent
Returns

any

Inherited from

HTMLElement.onpointerleave

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9223


onpointermove

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evPointerEvent
Returns

any

Inherited from

HTMLElement.onpointermove

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9225


onpointerout

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evPointerEvent
Returns

any

Inherited from

HTMLElement.onpointerout

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9227


onpointerover

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evPointerEvent
Returns

any

Inherited from

HTMLElement.onpointerover

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9229


onpointerup

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evPointerEvent
Returns

any

Inherited from

HTMLElement.onpointerup

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9231


onprogress

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

Occurs to indicate progress while downloading media data.

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

Occurs to indicate progress while downloading media data.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evProgressEvent<EventTarget>The event. MDN Reference
Returns

any

Inherited from

HTMLElement.onprogress

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9238


onratechange

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

Occurs when the playback rate is increased or decreased.

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

Occurs when the playback rate is increased or decreased.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.onratechange

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9245


onreset

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

Fires when the user resets a form.

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

Fires when the user resets a form.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.onreset

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9252


onresize

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evUIEvent
Returns

any

Inherited from

HTMLElement.onresize

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9254


onscroll

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

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

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

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

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.onscroll

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9261


onscrollend

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evEvent
Returns

any

Inherited from

HTMLElement.onscrollend

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9263


onsecuritypolicyviolation

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evSecurityPolicyViolationEvent
Returns

any

Inherited from

HTMLElement.onsecuritypolicyviolation

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9265


onseeked

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

Occurs when the seek operation ends.

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

Occurs when the seek operation ends.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.onseeked

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9272


onseeking

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

Occurs when the current playback position is moved.

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

Occurs when the current playback position is moved.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.onseeking

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9279


onselect

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

Fires when the current selection changes.

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

Fires when the current selection changes.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.onselect

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9286


onselectionchange

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evEvent
Returns

any

Inherited from

HTMLElement.onselectionchange

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9288


onselectstart

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evEvent
Returns

any

Inherited from

HTMLElement.onselectstart

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9290


onslotchange

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evEvent
Returns

any

Inherited from

HTMLElement.onslotchange

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9292


onstalled

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

Occurs when the download has stopped.

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

Occurs when the download has stopped.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.onstalled

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9299


onsubmit

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evSubmitEvent
Returns

any

Inherited from

HTMLElement.onsubmit

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9301


onsuspend

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

Occurs if the load operation has been intentionally halted.

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

Occurs if the load operation has been intentionally halted.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.onsuspend

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9308


ontimeupdate

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

Occurs to indicate the current playback position.

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

Occurs to indicate the current playback position.

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.ontimeupdate

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9315


ontoggle

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evEvent
Returns

any

Inherited from

HTMLElement.ontoggle

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9317


ontouchcancel

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evTouchEvent
Returns

any

Inherited from

HTMLElement.ontouchcancel

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9319


ontouchend

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evTouchEvent
Returns

any

Inherited from

HTMLElement.ontouchend

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9321


ontouchmove

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evTouchEvent
Returns

any

Inherited from

HTMLElement.ontouchmove

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9323


ontouchstart

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evTouchEvent
Returns

any

Inherited from

HTMLElement.ontouchstart

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9325


ontransitioncancel

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evTransitionEvent
Returns

any

Inherited from

HTMLElement.ontransitioncancel

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9327


ontransitionend

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evTransitionEvent
Returns

any

Inherited from

HTMLElement.ontransitionend

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9329


ontransitionrun

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evTransitionEvent
Returns

any

Inherited from

HTMLElement.ontransitionrun

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9331


ontransitionstart

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evTransitionEvent
Returns

any

Inherited from

HTMLElement.ontransitionstart

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9333


onvolumechange

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

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

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

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

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.onvolumechange

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9340


onwaiting

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

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

Param

The event.

MDN Reference

Type declaration

▸ (this, ev): any

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

Parameters
NameTypeDescription
thisGlobalEventHandlers-
evEventThe event. MDN Reference
Returns

any

Inherited from

HTMLElement.onwaiting

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9347


onwebkitanimationend

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

Deprecated

This is a legacy alias of onanimationend.

MDN Reference

Type declaration

▸ (this, ev): any

Parameters
NameType
thisGlobalEventHandlers
evEvent
Returns

any

Deprecated

This is a legacy alias of onanimationend.

MDN Reference

Inherited from

HTMLElement.onwebkitanimationend

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9353


onwebkitanimationiteration

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

Deprecated

This is a legacy alias of onanimationiteration.

MDN Reference

Type declaration

▸ (this, ev): any

Parameters
NameType
thisGlobalEventHandlers
evEvent
Returns

any

Deprecated

This is a legacy alias of onanimationiteration.

MDN Reference

Inherited from

HTMLElement.onwebkitanimationiteration

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9359


onwebkitanimationstart

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

Deprecated

This is a legacy alias of onanimationstart.

MDN Reference

Type declaration

▸ (this, ev): any

Parameters
NameType
thisGlobalEventHandlers
evEvent
Returns

any

Deprecated

This is a legacy alias of onanimationstart.

MDN Reference

Inherited from

HTMLElement.onwebkitanimationstart

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9365


onwebkittransitionend

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

Deprecated

This is a legacy alias of ontransitionend.

MDN Reference

Type declaration

▸ (this, ev): any

Parameters
NameType
thisGlobalEventHandlers
evEvent
Returns

any

Deprecated

This is a legacy alias of ontransitionend.

MDN Reference

Inherited from

HTMLElement.onwebkittransitionend

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9371


onwheel

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

MDN Reference

Type declaration

▸ (this, ev): any

MDN Reference

Parameters
NameType
thisGlobalEventHandlers
evWheelEvent
Returns

any

Inherited from

HTMLElement.onwheel

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:9373


outerHTML

outerHTML: string

MDN Reference

Inherited from

HTMLElement.outerHTML

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7644


outerText

outerText: string

MDN Reference

Inherited from

HTMLElement.outerText

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10080


ownerDocument

Readonly ownerDocument: Document

Inherited from

HTMLElement.ownerDocument

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7645


parentElement

Readonly parentElement: HTMLElement

Returns the parent element.

MDN Reference

Inherited from

HTMLElement.parentElement

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16130


parentNode

Readonly parentNode: ParentNode

Returns the parent.

MDN Reference

Inherited from

HTMLElement.parentNode

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16136


part

Readonly part: DOMTokenList

MDN Reference

Inherited from

HTMLElement.part

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7647


popover

popover: string

MDN Reference

Inherited from

HTMLElement.popover

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10082


prefix

Readonly prefix: string

Returns the namespace prefix.

MDN Reference

Inherited from

HTMLElement.prefix

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7653


previousElementSibling

Readonly previousElementSibling: Element

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

MDN Reference

Inherited from

HTMLElement.previousElementSibling

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16360


previousSibling

Readonly previousSibling: ChildNode

Returns the previous sibling.

MDN Reference

Inherited from

HTMLElement.previousSibling

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16142


role

role: string

Inherited from

HTMLElement.role

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2281


scrollHeight

Readonly scrollHeight: number

MDN Reference

Inherited from

HTMLElement.scrollHeight

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7655


scrollLeft

scrollLeft: number

MDN Reference

Inherited from

HTMLElement.scrollLeft

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7657


scrollTop

scrollTop: number

MDN Reference

Inherited from

HTMLElement.scrollTop

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7659


scrollWidth

Readonly scrollWidth: number

MDN Reference

Inherited from

HTMLElement.scrollWidth

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7661


shadowRoot

Readonly shadowRoot: ShadowRoot

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

MDN Reference

Inherited from

HTMLElement.shadowRoot

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7667


slot

slot: string

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

MDN Reference

Inherited from

HTMLElement.slot

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7673


spellcheck

spellcheck: boolean

MDN Reference

Inherited from

HTMLElement.spellcheck

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10084


style

Readonly style: CSSStyleDeclaration

MDN Reference

Inherited from

HTMLElement.style

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7857


tabIndex

tabIndex: number

MDN Reference

Inherited from

HTMLElement.tabIndex

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:12051


tag

tag: string

Defined in

src/modules/utils/fakedom.d.ts:8


tagName

Readonly tagName: string

Returns the HTML-uppercased qualified name.

MDN Reference

Inherited from

HTMLElement.tagName

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7679


textContent

textContent: string

MDN Reference

Inherited from

HTMLElement.textContent

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16144


title

title: string

MDN Reference

Inherited from

HTMLElement.title

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10086


translate

translate: boolean

Inherited from

HTMLElement.translate

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10087

Methods

addEventListener

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

Type parameters

NameType
Kextends keyof HTMLElementEventMap

Parameters

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

Returns

void

Inherited from

HTMLElement.addEventListener

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10098

addEventListener(type, listener, options?): void

Parameters

NameType
typestring
listenerEventListenerOrEventListenerObject
options?boolean | AddEventListenerOptions

Returns

void

Inherited from

HTMLElement.addEventListener

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10099


after

after(...nodes): void

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

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

MDN Reference

Parameters

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

Returns

void

Inherited from

HTMLElement.after

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:5599


animate

animate(keyframes, options?): Animation

MDN Reference

Parameters

NameType
keyframesKeyframe[] | PropertyIndexedKeyframes
options?number | KeyframeAnimationOptions

Returns

Animation

Inherited from

HTMLElement.animate

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2431


append

append(...nodes): void

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

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

MDN Reference

Parameters

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

Returns

void

Inherited from

HTMLElement.append

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16789


attachInternals

attachInternals(): ElementInternals

MDN Reference

Returns

ElementInternals

Inherited from

HTMLElement.attachInternals

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10089


attachShadow

attachShadow(init): ShadowRoot

Creates a shadow root for element and returns it.

MDN Reference

Parameters

NameType
initShadowRootInit

Returns

ShadowRoot

Inherited from

HTMLElement.attachShadow

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7685


before

before(...nodes): void

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

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

MDN Reference

Parameters

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

Returns

void

Inherited from

HTMLElement.before

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:5607


blur

blur(): void

MDN Reference

Returns

void

Inherited from

HTMLElement.blur

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:12053


checkVisibility

checkVisibility(options?): boolean

Parameters

NameType
options?CheckVisibilityOptions

Returns

boolean

Inherited from

HTMLElement.checkVisibility

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7686


click

click(): void

MDN Reference

Returns

void

Inherited from

HTMLElement.click

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10091


cloneNode

cloneNode(deep?): Node

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

MDN Reference

Parameters

NameType
deep?boolean

Returns

Node

Inherited from

HTMLElement.cloneNode

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16152


closest

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

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

MDN Reference

Type parameters

NameType
Kextends keyof HTMLElementTagNameMap

Parameters

NameType
selectorK

Returns

HTMLElementTagNameMap[K]

Inherited from

HTMLElement.closest

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7692

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

Type parameters

NameType
Kextends keyof SVGElementTagNameMap

Parameters

NameType
selectorK

Returns

SVGElementTagNameMap[K]

Inherited from

HTMLElement.closest

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7693

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

Type parameters

NameType
Kextends keyof MathMLElementTagNameMap

Parameters

NameType
selectorK

Returns

MathMLElementTagNameMap[K]

Inherited from

HTMLElement.closest

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7694

closest<E>(selectors): E

Type parameters

NameType
Eextends Element = Element

Parameters

NameType
selectorsstring

Returns

E

Inherited from

HTMLElement.closest

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7695


compareDocumentPosition

compareDocumentPosition(other): number

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

MDN Reference

Parameters

NameType
otherNode

Returns

number

Inherited from

HTMLElement.compareDocumentPosition

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16158


computedStyleMap

computedStyleMap(): StylePropertyMapReadOnly

MDN Reference

Returns

StylePropertyMapReadOnly

Inherited from

HTMLElement.computedStyleMap

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7697


contains

contains(other): boolean

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

MDN Reference

Parameters

NameType
otherNode

Returns

boolean

Inherited from

HTMLElement.contains

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16164


dispatchEvent

dispatchEvent(event): boolean

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

MDN Reference

Parameters

NameType
eventEvent

Returns

boolean

Inherited from

HTMLElement.dispatchEvent

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:8217


focus

focus(options?): void

MDN Reference

Parameters

NameType
options?FocusOptions

Returns

void

Inherited from

HTMLElement.focus

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:12055


getAnimations

getAnimations(options?): Animation[]

MDN Reference

Parameters

NameType
options?GetAnimationsOptions

Returns

Animation[]

Inherited from

HTMLElement.getAnimations

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:2433


getAttribute

getAttribute(qualifiedName): string

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

MDN Reference

Parameters

NameType
qualifiedNamestring

Returns

string

Inherited from

HTMLElement.getAttribute

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7703


getAttributeNS

getAttributeNS(namespace, localName): string

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

MDN Reference

Parameters

NameType
namespacestring
localNamestring

Returns

string

Inherited from

HTMLElement.getAttributeNS

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7709


getAttributeNames

getAttributeNames(): string[]

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

MDN Reference

Returns

string[]

Inherited from

HTMLElement.getAttributeNames

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7715


getAttributeNode

getAttributeNode(qualifiedName): Attr

MDN Reference

Parameters

NameType
qualifiedNamestring

Returns

Attr

Inherited from

HTMLElement.getAttributeNode

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7717


getAttributeNodeNS

getAttributeNodeNS(namespace, localName): Attr

MDN Reference

Parameters

NameType
namespacestring
localNamestring

Returns

Attr

Inherited from

HTMLElement.getAttributeNodeNS

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7719


getBoundingClientRect

getBoundingClientRect(): DOMRect

MDN Reference

Returns

DOMRect

Inherited from

HTMLElement.getBoundingClientRect

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7721


getClientRects

getClientRects(): DOMRectList

MDN Reference

Returns

DOMRectList

Inherited from

HTMLElement.getClientRects

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7723


getElementsByClassName

getElementsByClassName(classNames): HTMLCollectionOf<Element>

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

MDN Reference

Parameters

NameType
classNamesstring

Returns

HTMLCollectionOf<Element>

Inherited from

HTMLElement.getElementsByClassName

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7729


getElementsByTagName

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

MDN Reference

Type parameters

NameType
Kextends keyof HTMLElementTagNameMap

Parameters

NameType
qualifiedNameK

Returns

HTMLCollectionOf<HTMLElementTagNameMap[K]>

Inherited from

HTMLElement.getElementsByTagName

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7731

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

Type parameters

NameType
Kextends keyof SVGElementTagNameMap

Parameters

NameType
qualifiedNameK

Returns

HTMLCollectionOf<SVGElementTagNameMap[K]>

Inherited from

HTMLElement.getElementsByTagName

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7732

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

Type parameters

NameType
Kextends keyof MathMLElementTagNameMap

Parameters

NameType
qualifiedNameK

Returns

HTMLCollectionOf<MathMLElementTagNameMap[K]>

Inherited from

HTMLElement.getElementsByTagName

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7733

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

Type parameters

NameType
Kextends keyof HTMLElementDeprecatedTagNameMap

Parameters

NameType
qualifiedNameK

Returns

HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>

Deprecated

Inherited from

HTMLElement.getElementsByTagName

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7735

getElementsByTagName(qualifiedName): HTMLCollectionOf<Element>

Parameters

NameType
qualifiedNamestring

Returns

HTMLCollectionOf<Element>

Inherited from

HTMLElement.getElementsByTagName

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7736


getElementsByTagNameNS

getElementsByTagNameNS(namespaceURI, localName): HTMLCollectionOf<HTMLElement>

MDN Reference

Parameters

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

Returns

HTMLCollectionOf<HTMLElement>

Inherited from

HTMLElement.getElementsByTagNameNS

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7738

getElementsByTagNameNS(namespaceURI, localName): HTMLCollectionOf<SVGElement>

Parameters

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

Returns

HTMLCollectionOf<SVGElement>

Inherited from

HTMLElement.getElementsByTagNameNS

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7739

getElementsByTagNameNS(namespaceURI, localName): HTMLCollectionOf<MathMLElement>

Parameters

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

Returns

HTMLCollectionOf<MathMLElement>

Inherited from

HTMLElement.getElementsByTagNameNS

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7740

getElementsByTagNameNS(namespace, localName): HTMLCollectionOf<Element>

Parameters

NameType
namespacestring
localNamestring

Returns

HTMLCollectionOf<Element>

Inherited from

HTMLElement.getElementsByTagNameNS

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7741


getRootNode

getRootNode(options?): Node

Returns node's root.

MDN Reference

Parameters

NameType
options?GetRootNodeOptions

Returns

Node

Inherited from

HTMLElement.getRootNode

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16170


hasAttribute

hasAttribute(qualifiedName): boolean

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

MDN Reference

Parameters

NameType
qualifiedNamestring

Returns

boolean

Inherited from

HTMLElement.hasAttribute

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7747


hasAttributeNS

hasAttributeNS(namespace, localName): boolean

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

MDN Reference

Parameters

NameType
namespacestring
localNamestring

Returns

boolean

Inherited from

HTMLElement.hasAttributeNS

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7753


hasAttributes

hasAttributes(): boolean

Returns true if element has attributes, and false otherwise.

MDN Reference

Returns

boolean

Inherited from

HTMLElement.hasAttributes

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7759


hasChildNodes

hasChildNodes(): boolean

Returns whether node has children.

MDN Reference

Returns

boolean

Inherited from

HTMLElement.hasChildNodes

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16176


hasPointerCapture

hasPointerCapture(pointerId): boolean

MDN Reference

Parameters

NameType
pointerIdnumber

Returns

boolean

Inherited from

HTMLElement.hasPointerCapture

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7761


hidePopover

hidePopover(): void

MDN Reference

Returns

void

Inherited from

HTMLElement.hidePopover

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10093


insertAdjacentElement

insertAdjacentElement(where, element): Element

MDN Reference

Parameters

NameType
whereInsertPosition
elementElement

Returns

Element

Inherited from

HTMLElement.insertAdjacentElement

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7763


insertAdjacentHTML

insertAdjacentHTML(position, text): void

MDN Reference

Parameters

NameType
positionInsertPosition
textstring

Returns

void

Inherited from

HTMLElement.insertAdjacentHTML

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7765


insertAdjacentText

insertAdjacentText(where, data): void

MDN Reference

Parameters

NameType
whereInsertPosition
datastring

Returns

void

Inherited from

HTMLElement.insertAdjacentText

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7767


insertBefore

insertBefore<T>(node, child): T

MDN Reference

Type parameters

NameType
Textends Node

Parameters

NameType
nodeT
childNode

Returns

T

Inherited from

HTMLElement.insertBefore

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16178


isDefaultNamespace

isDefaultNamespace(namespace): boolean

MDN Reference

Parameters

NameType
namespacestring

Returns

boolean

Inherited from

HTMLElement.isDefaultNamespace

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16180


isEqualNode

isEqualNode(otherNode): boolean

Returns whether node and otherNode have the same properties.

MDN Reference

Parameters

NameType
otherNodeNode

Returns

boolean

Inherited from

HTMLElement.isEqualNode

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16186


isSameNode

isSameNode(otherNode): boolean

MDN Reference

Parameters

NameType
otherNodeNode

Returns

boolean

Inherited from

HTMLElement.isSameNode

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16188


lookupNamespaceURI

lookupNamespaceURI(prefix): string

MDN Reference

Parameters

NameType
prefixstring

Returns

string

Inherited from

HTMLElement.lookupNamespaceURI

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16190


lookupPrefix

lookupPrefix(namespace): string

MDN Reference

Parameters

NameType
namespacestring

Returns

string

Inherited from

HTMLElement.lookupPrefix

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16192


matches

matches(selectors): boolean

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

MDN Reference

Parameters

NameType
selectorsstring

Returns

boolean

Inherited from

HTMLElement.matches

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7773


normalize

normalize(): void

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

MDN Reference

Returns

void

Inherited from

HTMLElement.normalize

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16198


prepend

prepend(...nodes): void

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

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

MDN Reference

Parameters

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

Returns

void

Inherited from

HTMLElement.prepend

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16797


querySelector

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

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

MDN Reference

Type parameters

NameType
Kextends keyof HTMLElementTagNameMap

Parameters

NameType
selectorsK

Returns

HTMLElementTagNameMap[K]

Inherited from

HTMLElement.querySelector

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16803

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

Type parameters

NameType
Kextends keyof SVGElementTagNameMap

Parameters

NameType
selectorsK

Returns

SVGElementTagNameMap[K]

Inherited from

HTMLElement.querySelector

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16804

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

Type parameters

NameType
Kextends keyof MathMLElementTagNameMap

Parameters

NameType
selectorsK

Returns

MathMLElementTagNameMap[K]

Inherited from

HTMLElement.querySelector

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16805

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

Type parameters

NameType
Kextends keyof HTMLElementDeprecatedTagNameMap

Parameters

NameType
selectorsK

Returns

HTMLElementDeprecatedTagNameMap[K]

Deprecated

Inherited from

HTMLElement.querySelector

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16807

querySelector<E>(selectors): E

Type parameters

NameType
Eextends Element = Element

Parameters

NameType
selectorsstring

Returns

E

Inherited from

HTMLElement.querySelector

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16808


querySelectorAll

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

Returns all element descendants of node that match selectors.

MDN Reference

Type parameters

NameType
Kextends keyof HTMLElementTagNameMap

Parameters

NameType
selectorsK

Returns

NodeListOf<HTMLElementTagNameMap[K]>

Inherited from

HTMLElement.querySelectorAll

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16814

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

Type parameters

NameType
Kextends keyof SVGElementTagNameMap

Parameters

NameType
selectorsK

Returns

NodeListOf<SVGElementTagNameMap[K]>

Inherited from

HTMLElement.querySelectorAll

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16815

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

Type parameters

NameType
Kextends keyof MathMLElementTagNameMap

Parameters

NameType
selectorsK

Returns

NodeListOf<MathMLElementTagNameMap[K]>

Inherited from

HTMLElement.querySelectorAll

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16816

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

Type parameters

NameType
Kextends keyof HTMLElementDeprecatedTagNameMap

Parameters

NameType
selectorsK

Returns

NodeListOf<HTMLElementDeprecatedTagNameMap[K]>

Deprecated

Inherited from

HTMLElement.querySelectorAll

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16818

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

Type parameters

NameType
Eextends Element = Element

Parameters

NameType
selectorsstring

Returns

NodeListOf<E>

Inherited from

HTMLElement.querySelectorAll

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16819


releasePointerCapture

releasePointerCapture(pointerId): void

MDN Reference

Parameters

NameType
pointerIdnumber

Returns

void

Inherited from

HTMLElement.releasePointerCapture

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7775


remove

remove(): void

Removes node.

MDN Reference

Returns

void

Inherited from

HTMLElement.remove

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:5613


removeAttribute

removeAttribute(qualifiedName): void

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

MDN Reference

Parameters

NameType
qualifiedNamestring

Returns

void

Inherited from

HTMLElement.removeAttribute

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7781


removeAttributeNS

removeAttributeNS(namespace, localName): void

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

MDN Reference

Parameters

NameType
namespacestring
localNamestring

Returns

void

Inherited from

HTMLElement.removeAttributeNS

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7787


removeAttributeNode

removeAttributeNode(attr): Attr

MDN Reference

Parameters

NameType
attrAttr

Returns

Attr

Inherited from

HTMLElement.removeAttributeNode

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7789


removeChild

removeChild<T>(child): T

MDN Reference

Type parameters

NameType
Textends Node

Parameters

NameType
childT

Returns

T

Inherited from

HTMLElement.removeChild

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16200


removeEventListener

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

Type parameters

NameType
Kextends keyof HTMLElementEventMap

Parameters

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

Returns

void

Inherited from

HTMLElement.removeEventListener

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10100

removeEventListener(type, listener, options?): void

Parameters

NameType
typestring
listenerEventListenerOrEventListenerObject
options?boolean | EventListenerOptions

Returns

void

Inherited from

HTMLElement.removeEventListener

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10101


replaceChild

replaceChild<T>(node, child): T

MDN Reference

Type parameters

NameType
Textends Node

Parameters

NameType
nodeNode
childT

Returns

T

Inherited from

HTMLElement.replaceChild

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16202


replaceChildren

replaceChildren(...nodes): void

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

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

MDN Reference

Parameters

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

Returns

void

Inherited from

HTMLElement.replaceChildren

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:16827


replaceWith

replaceWith(...nodes): void

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

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

MDN Reference

Parameters

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

Returns

void

Inherited from

HTMLElement.replaceWith

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:5621


requestFullscreen

requestFullscreen(options?): Promise<void>

Displays element fullscreen and resolves promise when done.

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

MDN Reference

Parameters

NameType
options?FullscreenOptions

Returns

Promise<void>

Inherited from

HTMLElement.requestFullscreen

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7797


requestPointerLock

requestPointerLock(): void

MDN Reference

Returns

void

Inherited from

HTMLElement.requestPointerLock

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7799


scroll

scroll(options?): void

MDN Reference

Parameters

NameType
options?ScrollToOptions

Returns

void

Inherited from

HTMLElement.scroll

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7801

scroll(x, y): void

Parameters

NameType
xnumber
ynumber

Returns

void

Inherited from

HTMLElement.scroll

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7802


scrollBy

scrollBy(options?): void

MDN Reference

Parameters

NameType
options?ScrollToOptions

Returns

void

Inherited from

HTMLElement.scrollBy

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7804

scrollBy(x, y): void

Parameters

NameType
xnumber
ynumber

Returns

void

Inherited from

HTMLElement.scrollBy

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7805


scrollIntoView

scrollIntoView(arg?): void

MDN Reference

Parameters

NameType
arg?boolean | ScrollIntoViewOptions

Returns

void

Inherited from

HTMLElement.scrollIntoView

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7807


scrollTo

scrollTo(options?): void

MDN Reference

Parameters

NameType
options?ScrollToOptions

Returns

void

Inherited from

HTMLElement.scrollTo

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7809

scrollTo(x, y): void

Parameters

NameType
xnumber
ynumber

Returns

void

Inherited from

HTMLElement.scrollTo

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7810


setAttribute

setAttribute(qualifiedName, value): void

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

MDN Reference

Parameters

NameType
qualifiedNamestring
valuestring

Returns

void

Inherited from

HTMLElement.setAttribute

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7816


setAttributeNS

setAttributeNS(namespace, qualifiedName, value): void

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

MDN Reference

Parameters

NameType
namespacestring
qualifiedNamestring
valuestring

Returns

void

Inherited from

HTMLElement.setAttributeNS

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7822


setAttributeNode

setAttributeNode(attr): Attr

MDN Reference

Parameters

NameType
attrAttr

Returns

Attr

Inherited from

HTMLElement.setAttributeNode

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7824


setAttributeNodeNS

setAttributeNodeNS(attr): Attr

MDN Reference

Parameters

NameType
attrAttr

Returns

Attr

Inherited from

HTMLElement.setAttributeNodeNS

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7826


setPointerCapture

setPointerCapture(pointerId): void

MDN Reference

Parameters

NameType
pointerIdnumber

Returns

void

Inherited from

HTMLElement.setPointerCapture

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7828


showPopover

showPopover(): void

MDN Reference

Returns

void

Inherited from

HTMLElement.showPopover

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10095


toggleAttribute

toggleAttribute(qualifiedName, force?): boolean

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

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

MDN Reference

Parameters

NameType
qualifiedNamestring
force?boolean

Returns

boolean

Inherited from

HTMLElement.toggleAttribute

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7836


togglePopover

togglePopover(force?): void

MDN Reference

Parameters

NameType
force?boolean

Returns

void

Inherited from

HTMLElement.togglePopover

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:10097


webkitMatchesSelector

webkitMatchesSelector(selectors): boolean

Parameters

NameType
selectorsstring

Returns

boolean

Deprecated

This is a legacy alias of matches.

MDN Reference

Inherited from

HTMLElement.webkitMatchesSelector

Defined in

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts:7842