@get-advantage/advantage / types / IAdvantageUILayer
Interface: IAdvantageUILayer
types.IAdvantageUILayer
Hierarchy
HTMLElement
↳
IAdvantageUILayer
Properties
ATTRIBUTE_NODE
• Readonly
ATTRIBUTE_NODE: 2
Inherited from
HTMLElement.ATTRIBUTE_NODE
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16315
CDATA_SECTION_NODE
• Readonly
CDATA_SECTION_NODE: 4
node is a CDATASection node.
Inherited from
HTMLElement.CDATA_SECTION_NODE
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16319
COMMENT_NODE
• Readonly
COMMENT_NODE: 8
node is a Comment node.
Inherited from
HTMLElement.COMMENT_NODE
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16325
DOCUMENT_FRAGMENT_NODE
• Readonly
DOCUMENT_FRAGMENT_NODE: 11
node is a DocumentFragment node.
Inherited from
HTMLElement.DOCUMENT_FRAGMENT_NODE
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16331
DOCUMENT_NODE
• Readonly
DOCUMENT_NODE: 9
node is a document.
Inherited from
HTMLElement.DOCUMENT_NODE
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16327
DOCUMENT_POSITION_CONTAINED_BY
• Readonly
DOCUMENT_POSITION_CONTAINED_BY: 16
Set when other is a descendant of node.
Inherited from
HTMLElement.DOCUMENT_POSITION_CONTAINED_BY
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16342
DOCUMENT_POSITION_CONTAINS
• Readonly
DOCUMENT_POSITION_CONTAINS: 8
Set when other is an ancestor of node.
Inherited from
HTMLElement.DOCUMENT_POSITION_CONTAINS
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16340
DOCUMENT_POSITION_DISCONNECTED
• Readonly
DOCUMENT_POSITION_DISCONNECTED: 1
Set when node and other are not in the same tree.
Inherited from
HTMLElement.DOCUMENT_POSITION_DISCONNECTED
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16334
DOCUMENT_POSITION_FOLLOWING
• Readonly
DOCUMENT_POSITION_FOLLOWING: 4
Set when other is following node.
Inherited from
HTMLElement.DOCUMENT_POSITION_FOLLOWING
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16338
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
• Readonly
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32
Inherited from
HTMLElement.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16343
DOCUMENT_POSITION_PRECEDING
• Readonly
DOCUMENT_POSITION_PRECEDING: 2
Set when other is preceding node.
Inherited from
HTMLElement.DOCUMENT_POSITION_PRECEDING
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16336
DOCUMENT_TYPE_NODE
• Readonly
DOCUMENT_TYPE_NODE: 10
node is a doctype.
Inherited from
HTMLElement.DOCUMENT_TYPE_NODE
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16329
ELEMENT_NODE
• Readonly
ELEMENT_NODE: 1
node is an element.
Inherited from
HTMLElement.ELEMENT_NODE
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16314
ENTITY_NODE
• Readonly
ENTITY_NODE: 6
Inherited from
HTMLElement.ENTITY_NODE
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16321
ENTITY_REFERENCE_NODE
• Readonly
ENTITY_REFERENCE_NODE: 5
Inherited from
HTMLElement.ENTITY_REFERENCE_NODE
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16320
NOTATION_NODE
• Readonly
NOTATION_NODE: 12
Inherited from
HTMLElement.NOTATION_NODE
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16332
PROCESSING_INSTRUCTION_NODE
• Readonly
PROCESSING_INSTRUCTION_NODE: 7
node is a ProcessingInstruction node.
Inherited from
HTMLElement.PROCESSING_INSTRUCTION_NODE
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16323
TEXT_NODE
• Readonly
TEXT_NODE: 3
node is a Text node.
Inherited from
HTMLElement.TEXT_NODE
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16317
accessKey
• accessKey: string
Inherited from
HTMLElement.accessKey
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10102
accessKeyLabel
• Readonly
accessKeyLabel: string
Inherited from
HTMLElement.accessKeyLabel
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10104
ariaAtomic
• ariaAtomic: null
| string
Inherited from
HTMLElement.ariaAtomic
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2207
ariaAutoComplete
• ariaAutoComplete: null
| string
Inherited from
HTMLElement.ariaAutoComplete
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2209
ariaBusy
• ariaBusy: null
| string
Inherited from
HTMLElement.ariaBusy
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2211
ariaChecked
• ariaChecked: null
| string
Inherited from
HTMLElement.ariaChecked
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2213
ariaColCount
• ariaColCount: null
| string
Inherited from
HTMLElement.ariaColCount
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2215
ariaColIndex
• ariaColIndex: null
| string
Inherited from
HTMLElement.ariaColIndex
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2217
ariaColSpan
• ariaColSpan: null
| string
Inherited from
HTMLElement.ariaColSpan
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2219
ariaCurrent
• ariaCurrent: null
| string
Inherited from
HTMLElement.ariaCurrent
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2221
ariaDescription
• ariaDescription: null
| string
Inherited from
HTMLElement.ariaDescription
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2223
ariaDisabled
• ariaDisabled: null
| string
Inherited from
HTMLElement.ariaDisabled
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2225
ariaExpanded
• ariaExpanded: null
| string
Inherited from
HTMLElement.ariaExpanded
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2227
ariaHasPopup
• ariaHasPopup: null
| string
Inherited from
HTMLElement.ariaHasPopup
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2229
ariaHidden
• ariaHidden: null
| string
Inherited from
HTMLElement.ariaHidden
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2231
ariaInvalid
• ariaInvalid: null
| string
Inherited from
HTMLElement.ariaInvalid
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2232
ariaKeyShortcuts
• ariaKeyShortcuts: null
| string
Inherited from
HTMLElement.ariaKeyShortcuts
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2234
ariaLabel
• ariaLabel: null
| string
Inherited from
HTMLElement.ariaLabel
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2236
ariaLevel
• ariaLevel: null
| string
Inherited from
HTMLElement.ariaLevel
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2238
ariaLive
• ariaLive: null
| string
Inherited from
HTMLElement.ariaLive
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2240
ariaModal
• ariaModal: null
| string
Inherited from
HTMLElement.ariaModal
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2242
ariaMultiLine
• ariaMultiLine: null
| string
Inherited from
HTMLElement.ariaMultiLine
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2244
ariaMultiSelectable
• ariaMultiSelectable: null
| string
Inherited from
HTMLElement.ariaMultiSelectable
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2246
ariaOrientation
• ariaOrientation: null
| string
Inherited from
HTMLElement.ariaOrientation
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2248
ariaPlaceholder
• ariaPlaceholder: null
| string
Inherited from
HTMLElement.ariaPlaceholder
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2250
ariaPosInSet
• ariaPosInSet: null
| string
Inherited from
HTMLElement.ariaPosInSet
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2252
ariaPressed
• ariaPressed: null
| string
Inherited from
HTMLElement.ariaPressed
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2254
ariaReadOnly
• ariaReadOnly: null
| string
Inherited from
HTMLElement.ariaReadOnly
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2256
ariaRequired
• ariaRequired: null
| string
Inherited from
HTMLElement.ariaRequired
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2258
ariaRoleDescription
• ariaRoleDescription: null
| string
Inherited from
HTMLElement.ariaRoleDescription
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2260
ariaRowCount
• ariaRowCount: null
| string
Inherited from
HTMLElement.ariaRowCount
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2262
ariaRowIndex
• ariaRowIndex: null
| string
Inherited from
HTMLElement.ariaRowIndex
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2264
ariaRowSpan
• ariaRowSpan: null
| string
Inherited from
HTMLElement.ariaRowSpan
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2266
ariaSelected
• ariaSelected: null
| string
Inherited from
HTMLElement.ariaSelected
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2268
ariaSetSize
• ariaSetSize: null
| string
Inherited from
HTMLElement.ariaSetSize
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2270
ariaSort
• ariaSort: null
| string
Inherited from
HTMLElement.ariaSort
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2272
ariaValueMax
• ariaValueMax: null
| string
Inherited from
HTMLElement.ariaValueMax
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2274
ariaValueMin
• ariaValueMin: null
| string
Inherited from
HTMLElement.ariaValueMin
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2276
ariaValueNow
• ariaValueNow: null
| string
Inherited from
HTMLElement.ariaValueNow
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2278
ariaValueText
• ariaValueText: null
| string
Inherited from
HTMLElement.ariaValueText
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2280
assignedSlot
• Readonly
assignedSlot: null
| HTMLSlotElement
Inherited from
HTMLElement.assignedSlot
Defined in
node_modules/typescript/lib/lib.dom.d.ts:21437
attributeStyleMap
• Readonly
attributeStyleMap: StylePropertyMap
Inherited from
HTMLElement.attributeStyleMap
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7900
attributes
• Readonly
attributes: NamedNodeMap
Inherited from
HTMLElement.attributes
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7644
autocapitalize
• autocapitalize: string
Inherited from
HTMLElement.autocapitalize
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10105
autofocus
• autofocus: boolean
Inherited from
HTMLElement.autofocus
Defined in
node_modules/typescript/lib/lib.dom.d.ts:12118
baseURI
• Readonly
baseURI: string
Returns node's node document's document base URL.
Inherited from
HTMLElement.baseURI
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16184
changeContent
• changeContent: (content
: string
| HTMLElement
) => void
Type declaration
▸ (content
): void
Parameters
Name | Type |
---|---|
content | string | HTMLElement |
Returns
void
Defined in
childElementCount
• Readonly
childElementCount: number
Inherited from
HTMLElement.childElementCount
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16877
childNodes
• Readonly
childNodes: NodeListOf
<ChildNode
>
Returns the children.
Inherited from
HTMLElement.childNodes
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16190
children
• Readonly
children: HTMLCollection
Returns the child elements.
Inherited from
HTMLElement.children
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16883
classList
• Readonly
classList: DOMTokenList
Allows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.
Inherited from
HTMLElement.classList
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7650
className
• className: string
Returns the value of element's class content attribute. Can be set to change it.
Inherited from
HTMLElement.className
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7656
clientHeight
• Readonly
clientHeight: number
Inherited from
HTMLElement.clientHeight
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7658
clientLeft
• Readonly
clientLeft: number
Inherited from
HTMLElement.clientLeft
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7660
clientTop
• Readonly
clientTop: number
Inherited from
HTMLElement.clientTop
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7662
clientWidth
• Readonly
clientWidth: number
Inherited from
HTMLElement.clientWidth
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7664
contentEditable
• contentEditable: string
Inherited from
HTMLElement.contentEditable
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7907
dataset
• Readonly
dataset: DOMStringMap
Inherited from
HTMLElement.dataset
Defined in
node_modules/typescript/lib/lib.dom.d.ts:12120
dir
• dir: string
Inherited from
HTMLElement.dir
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10107
draggable
• draggable: boolean
Inherited from
HTMLElement.draggable
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10109
enterKeyHint
• enterKeyHint: string
Inherited from
HTMLElement.enterKeyHint
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7909
firstChild
• Readonly
firstChild: null
| ChildNode
Returns the first child.
Inherited from
HTMLElement.firstChild
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16196
firstElementChild
• Readonly
firstElementChild: null
| Element
Returns the first child that is an element, and null otherwise.
Inherited from
HTMLElement.firstElementChild
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16889
getAllSlottedElements
• getAllSlottedElements: (selector
: string
) => HTMLElement
[]
Type declaration
▸ (selector
): HTMLElement
[]
Parameters
Name | Type |
---|---|
selector | string |
Returns
HTMLElement
[]
Defined in
getSlottedElement
• getSlottedElement: (selector
: string
) => null
| HTMLElement
Type declaration
▸ (selector
): null
| HTMLElement
Parameters
Name | Type |
---|---|
selector | string |
Returns
null
| HTMLElement
Defined in
hidden
• hidden: boolean
Inherited from
HTMLElement.hidden
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10111
id
• id: string
Returns the value of element's id content attribute. Can be set to change it.
Inherited from
HTMLElement.id
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7670
inert
• inert: boolean
Inherited from
HTMLElement.inert
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10113
innerHTML
• innerHTML: string
Inherited from
HTMLElement.innerHTML
Defined in
node_modules/typescript/lib/lib.dom.d.ts:14381
innerText
• innerText: string
Inherited from
HTMLElement.innerText
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10115
inputMode
• inputMode: string
Inherited from
HTMLElement.inputMode
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7911
insertCSS
• insertCSS: (CSS
: string
) => void
Type declaration
▸ (CSS
): void
Parameters
Name | Type |
---|---|
CSS | string |
Returns
void
Defined in
isConnected
• Readonly
isConnected: boolean
Returns true if node is connected and false otherwise.
Inherited from
HTMLElement.isConnected
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16202
isContentEditable
• Readonly
isContentEditable: boolean
Inherited from
HTMLElement.isContentEditable
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7913
lang
• lang: string
Inherited from
HTMLElement.lang
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10117
lastChild
• Readonly
lastChild: null
| ChildNode
Returns the last child.
Inherited from
HTMLElement.lastChild
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16208
lastElementChild
• Readonly
lastElementChild: null
| Element
Returns the last child that is an element, and null otherwise.
Inherited from
HTMLElement.lastElementChild
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16895
localName
• Readonly
localName: string
Returns the local name.
Inherited from
HTMLElement.localName
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7676
namespaceURI
• Readonly
namespaceURI: null
| string
Returns the namespace.
Inherited from
HTMLElement.namespaceURI
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7682
nextElementSibling
• Readonly
nextElementSibling: null
| Element
Returns the first following sibling that is an element, and null otherwise.
Inherited from
HTMLElement.nextElementSibling
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16464
nextSibling
• Readonly
nextSibling: null
| ChildNode
Returns the next sibling.
Inherited from
HTMLElement.nextSibling
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16214
nodeName
• Readonly
nodeName: string
Returns a string appropriate for the type of node.
Inherited from
HTMLElement.nodeName
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16220
nodeType
• Readonly
nodeType: number
Returns the type of node.
Inherited from
HTMLElement.nodeType
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16226
nodeValue
• nodeValue: null
| string
Inherited from
HTMLElement.nodeValue
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16228
nonce
• Optional
nonce: string
Inherited from
HTMLElement.nonce
Defined in
node_modules/typescript/lib/lib.dom.d.ts:12122
offsetHeight
• Readonly
offsetHeight: number
Inherited from
HTMLElement.offsetHeight
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10119
offsetLeft
• Readonly
offsetLeft: number
Inherited from
HTMLElement.offsetLeft
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10121
offsetParent
• Readonly
offsetParent: null
| Element
Inherited from
HTMLElement.offsetParent
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10123
offsetTop
• Readonly
offsetTop: number
Inherited from
HTMLElement.offsetTop
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10125
offsetWidth
• Readonly
offsetWidth: number
Inherited from
HTMLElement.offsetWidth
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10127
onabort
• onabort: null
| (this
: GlobalEventHandlers
, ev
: UIEvent
) => any
Fires when the user aborts the download.
Param
The event.
Inherited from
HTMLElement.onabort
Defined in
node_modules/typescript/lib/lib.dom.d.ts:8994
onanimationcancel
• onanimationcancel: null
| (this
: GlobalEventHandlers
, ev
: AnimationEvent
) => any
Inherited from
HTMLElement.onanimationcancel
Defined in
node_modules/typescript/lib/lib.dom.d.ts:8996
onanimationend
• onanimationend: null
| (this
: GlobalEventHandlers
, ev
: AnimationEvent
) => any
Inherited from
HTMLElement.onanimationend
Defined in
node_modules/typescript/lib/lib.dom.d.ts:8998
onanimationiteration
• onanimationiteration: null
| (this
: GlobalEventHandlers
, ev
: AnimationEvent
) => any
Inherited from
HTMLElement.onanimationiteration
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9000
onanimationstart
• onanimationstart: null
| (this
: GlobalEventHandlers
, ev
: AnimationEvent
) => any
Inherited from
HTMLElement.onanimationstart
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9002
onauxclick
• onauxclick: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Inherited from
HTMLElement.onauxclick
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9004
onbeforeinput
• onbeforeinput: null
| (this
: GlobalEventHandlers
, ev
: InputEvent
) => any
Inherited from
HTMLElement.onbeforeinput
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9006
onbeforetoggle
• onbeforetoggle: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
HTMLElement.onbeforetoggle
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9008
onblur
• onblur: null
| (this
: GlobalEventHandlers
, ev
: FocusEvent
) => any
Fires when the object loses the input focus.
Param
The focus event.
Inherited from
HTMLElement.onblur
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9015
oncancel
• oncancel: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
HTMLElement.oncancel
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9017
oncanplay
• oncanplay: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when playback is possible, but would require further buffering.
Param
The event.
Inherited from
HTMLElement.oncanplay
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9024
oncanplaythrough
• oncanplaythrough: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
HTMLElement.oncanplaythrough
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9026
onchange
• onchange: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Fires when the contents of the object or selection have changed.
Param
The event.
Inherited from
HTMLElement.onchange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9033
onclick
• onclick: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user clicks the left mouse button on the object
Param
The mouse event.
Inherited from
HTMLElement.onclick
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9040
onclose
• onclose: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
HTMLElement.onclose
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9042
oncontextmenu
• oncontextmenu: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user clicks the right mouse button in the client area, opening the context menu.
Param
The mouse event.
Inherited from
HTMLElement.oncontextmenu
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9049
oncopy
• oncopy: null
| (this
: GlobalEventHandlers
, ev
: ClipboardEvent
) => any
Inherited from
HTMLElement.oncopy
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9051
oncuechange
• oncuechange: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
HTMLElement.oncuechange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9053
oncut
• oncut: null
| (this
: GlobalEventHandlers
, ev
: ClipboardEvent
) => any
Inherited from
HTMLElement.oncut
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9055
ondblclick
• ondblclick: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user double-clicks the object.
Param
The mouse event.
Inherited from
HTMLElement.ondblclick
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9062
ondrag
• ondrag: null
| (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Fires on the source object continuously during a drag operation.
Param
The event.
Inherited from
HTMLElement.ondrag
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9069
ondragend
• ondragend: null
| (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Fires on the source object when the user releases the mouse at the close of a drag operation.
Param
The event.
Inherited from
HTMLElement.ondragend
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9076
ondragenter
• ondragenter: null
| (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Fires on the target element when the user drags the object to a valid drop target.
Param
The drag event.
Inherited from
HTMLElement.ondragenter
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9083
ondragleave
• ondragleave: null
| (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.
Param
The drag event.
Inherited from
HTMLElement.ondragleave
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9090
ondragover
• ondragover: null
| (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Fires on the target element continuously while the user drags the object over a valid drop target.
Param
The event.
Inherited from
HTMLElement.ondragover
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9097
ondragstart
• ondragstart: null
| (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Fires on the source object when the user starts to drag a text selection or selected object.
Param
The event.
Inherited from
HTMLElement.ondragstart
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9104
ondrop
• ondrop: null
| (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Inherited from
HTMLElement.ondrop
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9106
ondurationchange
• ondurationchange: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the duration attribute is updated.
Param
The event.
Inherited from
HTMLElement.ondurationchange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9113
onemptied
• onemptied: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the media element is reset to its initial state.
Param
The event.
Inherited from
HTMLElement.onemptied
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9120
onended
• onended: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the end of playback is reached.
Param
The event
Inherited from
HTMLElement.onended
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9127
onerror
• onerror: OnErrorEventHandler
Fires when an error occurs during object loading.
Param
The event.
Inherited from
HTMLElement.onerror
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9134
onfocus
• onfocus: null
| (this
: GlobalEventHandlers
, ev
: FocusEvent
) => any
Fires when the object receives focus.
Param
The event.
Inherited from
HTMLElement.onfocus
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9141
onformdata
• onformdata: null
| (this
: GlobalEventHandlers
, ev
: FormDataEvent
) => any
Inherited from
HTMLElement.onformdata
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9143
onfullscreenchange
• onfullscreenchange: null
| (this
: Element
, ev
: Event
) => any
Inherited from
HTMLElement.onfullscreenchange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7684
onfullscreenerror
• onfullscreenerror: null
| (this
: Element
, ev
: Event
) => any
Inherited from
HTMLElement.onfullscreenerror
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7686
ongotpointercapture
• ongotpointercapture: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Inherited from
HTMLElement.ongotpointercapture
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9145
oninput
• oninput: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
HTMLElement.oninput
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9147
oninvalid
• oninvalid: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
HTMLElement.oninvalid
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9149
onkeydown
• onkeydown: null
| (this
: GlobalEventHandlers
, ev
: KeyboardEvent
) => any
Fires when the user presses a key.
Param
The keyboard event
Inherited from
HTMLElement.onkeydown
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9156
onkeypress
• onkeypress: null
| (this
: GlobalEventHandlers
, ev
: KeyboardEvent
) => any
Fires when the user presses an alphanumeric key.
Param
The event.
Deprecated
Inherited from
HTMLElement.onkeypress
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9164
onkeyup
• onkeyup: null
| (this
: GlobalEventHandlers
, ev
: KeyboardEvent
) => any
Fires when the user releases a key.
Param
The keyboard event
Inherited from
HTMLElement.onkeyup
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9171
onload
• onload: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Fires immediately after the browser loads the object.
Param
The event.
Inherited from
HTMLElement.onload
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9178
onloadeddata
• onloadeddata: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when media data is loaded at the current playback position.
Param
The event.
Inherited from
HTMLElement.onloadeddata
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9185
onloadedmetadata
• onloadedmetadata: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the duration and dimensions of the media have been determined.
Param
The event.
Inherited from
HTMLElement.onloadedmetadata
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9192
onloadstart
• onloadstart: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when Internet Explorer begins looking for media data.
Param
The event.
Inherited from
HTMLElement.onloadstart
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9199
onlostpointercapture
• onlostpointercapture: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Inherited from
HTMLElement.onlostpointercapture
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9201
onmousedown
• onmousedown: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user clicks the object with either mouse button.
Param
The mouse event.
Inherited from
HTMLElement.onmousedown
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9208
onmouseenter
• onmouseenter: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Inherited from
HTMLElement.onmouseenter
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9210
onmouseleave
• onmouseleave: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Inherited from
HTMLElement.onmouseleave
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9212
onmousemove
• onmousemove: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user moves the mouse over the object.
Param
The mouse event.
Inherited from
HTMLElement.onmousemove
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9219
onmouseout
• onmouseout: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user moves the mouse pointer outside the boundaries of the object.
Param
The mouse event.
Inherited from
HTMLElement.onmouseout
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9226
onmouseover
• onmouseover: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user moves the mouse pointer into the object.
Param
The mouse event.
Inherited from
HTMLElement.onmouseover
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9233
onmouseup
• onmouseup: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user releases a mouse button while the mouse is over the object.
Param
The mouse event.
Inherited from
HTMLElement.onmouseup
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9240
onpaste
• onpaste: null
| (this
: GlobalEventHandlers
, ev
: ClipboardEvent
) => any
Inherited from
HTMLElement.onpaste
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9242
onpause
• onpause: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when playback is paused.
Param
The event.
Inherited from
HTMLElement.onpause
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9249
onplay
• onplay: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the play method is requested.
Param
The event.
Inherited from
HTMLElement.onplay
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9256
onplaying
• onplaying: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the audio or video has started playing.
Param
The event.
Inherited from
HTMLElement.onplaying
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9263
onpointercancel
• onpointercancel: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Inherited from
HTMLElement.onpointercancel
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9265
onpointerdown
• onpointerdown: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Inherited from
HTMLElement.onpointerdown
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9267
onpointerenter
• onpointerenter: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Inherited from
HTMLElement.onpointerenter
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9269
onpointerleave
• onpointerleave: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Inherited from
HTMLElement.onpointerleave
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9271
onpointermove
• onpointermove: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Inherited from
HTMLElement.onpointermove
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9273
onpointerout
• onpointerout: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Inherited from
HTMLElement.onpointerout
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9275
onpointerover
• onpointerover: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Inherited from
HTMLElement.onpointerover
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9277
onpointerup
• onpointerup: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Inherited from
HTMLElement.onpointerup
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9279
onprogress
• onprogress: null
| (this
: GlobalEventHandlers
, ev
: ProgressEvent
<EventTarget
>) => any
Occurs to indicate progress while downloading media data.
Param
The event.
Inherited from
HTMLElement.onprogress
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9286
onratechange
• onratechange: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the playback rate is increased or decreased.
Param
The event.
Inherited from
HTMLElement.onratechange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9293
onreset
• onreset: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Fires when the user resets a form.
Param
The event.
Inherited from
HTMLElement.onreset
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9300
onresize
• onresize: null
| (this
: GlobalEventHandlers
, ev
: UIEvent
) => any
Inherited from
HTMLElement.onresize
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9302
onscroll
• onscroll: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Fires when the user repositions the scroll box in the scroll bar on the object.
Param
The event.
Inherited from
HTMLElement.onscroll
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9309
onscrollend
• onscrollend: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
HTMLElement.onscrollend
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9311
onsecuritypolicyviolation
• onsecuritypolicyviolation: null
| (this
: GlobalEventHandlers
, ev
: SecurityPolicyViolationEvent
) => any
Inherited from
HTMLElement.onsecuritypolicyviolation
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9313
onseeked
• onseeked: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the seek operation ends.
Param
The event.
Inherited from
HTMLElement.onseeked
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9320
onseeking
• onseeking: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the current playback position is moved.
Param
The event.
Inherited from
HTMLElement.onseeking
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9327
onselect
• onselect: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Fires when the current selection changes.
Param
The event.
Inherited from
HTMLElement.onselect
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9334
onselectionchange
• onselectionchange: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
HTMLElement.onselectionchange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9336
onselectstart
• onselectstart: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
HTMLElement.onselectstart
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9338
onslotchange
• onslotchange: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
HTMLElement.onslotchange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9340
onstalled
• onstalled: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the download has stopped.
Param
The event.
Inherited from
HTMLElement.onstalled
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9347
onsubmit
• onsubmit: null
| (this
: GlobalEventHandlers
, ev
: SubmitEvent
) => any
Inherited from
HTMLElement.onsubmit
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9349
onsuspend
• onsuspend: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs if the load operation has been intentionally halted.
Param
The event.
Inherited from
HTMLElement.onsuspend
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9356
ontimeupdate
• ontimeupdate: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs to indicate the current playback position.
Param
The event.
Inherited from
HTMLElement.ontimeupdate
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9363
ontoggle
• ontoggle: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
HTMLElement.ontoggle
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9365
ontouchcancel
• Optional
ontouchcancel: null
| (this
: GlobalEventHandlers
, ev
: TouchEvent
) => any
Inherited from
HTMLElement.ontouchcancel
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9367
ontouchend
• Optional
ontouchend: null
| (this
: GlobalEventHandlers
, ev
: TouchEvent
) => any
Inherited from
HTMLElement.ontouchend
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9369
ontouchmove
• Optional
ontouchmove: null
| (this
: GlobalEventHandlers
, ev
: TouchEvent
) => any
Inherited from
HTMLElement.ontouchmove
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9371
ontouchstart
• Optional
ontouchstart: null
| (this
: GlobalEventHandlers
, ev
: TouchEvent
) => any
Inherited from
HTMLElement.ontouchstart
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9373
ontransitioncancel
• ontransitioncancel: null
| (this
: GlobalEventHandlers
, ev
: TransitionEvent
) => any
Inherited from
HTMLElement.ontransitioncancel
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9375
ontransitionend
• ontransitionend: null
| (this
: GlobalEventHandlers
, ev
: TransitionEvent
) => any
Inherited from
HTMLElement.ontransitionend
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9377
ontransitionrun
• ontransitionrun: null
| (this
: GlobalEventHandlers
, ev
: TransitionEvent
) => any
Inherited from
HTMLElement.ontransitionrun
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9379
ontransitionstart
• ontransitionstart: null
| (this
: GlobalEventHandlers
, ev
: TransitionEvent
) => any
Inherited from
HTMLElement.ontransitionstart
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9381
onvolumechange
• onvolumechange: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the volume is changed, or playback is muted or unmuted.
Param
The event.
Inherited from
HTMLElement.onvolumechange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9388
onwaiting
• onwaiting: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when playback stops because the next frame of a video resource is not available.
Param
The event.
Inherited from
HTMLElement.onwaiting
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9395
onwebkitanimationend
• onwebkitanimationend: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Deprecated
This is a legacy alias of onanimationend
.
Inherited from
HTMLElement.onwebkitanimationend
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9401
onwebkitanimationiteration
• onwebkitanimationiteration: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Deprecated
This is a legacy alias of onanimationiteration
.
Inherited from
HTMLElement.onwebkitanimationiteration
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9407
onwebkitanimationstart
• onwebkitanimationstart: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Deprecated
This is a legacy alias of onanimationstart
.
Inherited from
HTMLElement.onwebkitanimationstart
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9413
onwebkittransitionend
• onwebkittransitionend: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Deprecated
This is a legacy alias of ontransitionend
.
Inherited from
HTMLElement.onwebkittransitionend
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9419
onwheel
• onwheel: null
| (this
: GlobalEventHandlers
, ev
: WheelEvent
) => any
Inherited from
HTMLElement.onwheel
Defined in
node_modules/typescript/lib/lib.dom.d.ts:9421
outerHTML
• outerHTML: string
Inherited from
HTMLElement.outerHTML
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7688
outerText
• outerText: string
Inherited from
HTMLElement.outerText
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10129
ownerDocument
• Readonly
ownerDocument: Document
Inherited from
HTMLElement.ownerDocument
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7689
parentElement
• Readonly
parentElement: null
| HTMLElement
Returns the parent element.
Inherited from
HTMLElement.parentElement
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16240
parentNode
• Readonly
parentNode: null
| ParentNode
Returns the parent.
Inherited from
HTMLElement.parentNode
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16246
part
• Readonly
part: DOMTokenList
Inherited from
HTMLElement.part
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7691
popover
• popover: null
| string
Inherited from
HTMLElement.popover
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10131
prefix
• Readonly
prefix: null
| string
Returns the namespace prefix.
Inherited from
HTMLElement.prefix
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7697
previousElementSibling
• Readonly
previousElementSibling: null
| Element
Returns the first preceding sibling that is an element, and null otherwise.
Inherited from
HTMLElement.previousElementSibling
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16470
previousSibling
• Readonly
previousSibling: null
| ChildNode
Returns the previous sibling.
Inherited from
HTMLElement.previousSibling
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16252
querySlottedElements
• querySlottedElements: (selector
: string
) => HTMLElement
[]
Type declaration
▸ (selector
): HTMLElement
[]
Parameters
Name | Type |
---|---|
selector | string |
Returns
HTMLElement
[]
Defined in
role
• role: null
| string
Inherited from
HTMLElement.role
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2281
scrollHeight
• Readonly
scrollHeight: number
Inherited from
HTMLElement.scrollHeight
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7699
scrollLeft
• scrollLeft: number
Inherited from
HTMLElement.scrollLeft
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7701
scrollTop
• scrollTop: number
Inherited from
HTMLElement.scrollTop
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7703
scrollWidth
• Readonly
scrollWidth: number
Inherited from
HTMLElement.scrollWidth
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7705
shadowRoot
• Readonly
shadowRoot: null
| ShadowRoot
Returns element's shadow root, if any, and if shadow root's mode is "open", and null otherwise.
Inherited from
HTMLElement.shadowRoot
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7711
slot
• slot: string
Returns the value of element's slot content attribute. Can be set to change it.
Inherited from
HTMLElement.slot
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7717
spellcheck
• spellcheck: boolean
Inherited from
HTMLElement.spellcheck
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10133
style
• Readonly
style: CSSStyleDeclaration
Inherited from
HTMLElement.style
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7902
tabIndex
• tabIndex: number
Inherited from
HTMLElement.tabIndex
Defined in
node_modules/typescript/lib/lib.dom.d.ts:12124
tagName
• Readonly
tagName: string
Returns the HTML-uppercased qualified name.
Inherited from
HTMLElement.tagName
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7723
textContent
• textContent: null
| string
Inherited from
HTMLElement.textContent
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16254
title
• title: string
Inherited from
HTMLElement.title
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10135
translate
• translate: boolean
Inherited from
HTMLElement.translate
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10137
Methods
addEventListener
▸ addEventListener<K
>(type
, listener
, options?
): void
Type parameters
Name | Type |
---|---|
K | extends keyof HTMLElementEventMap |
Parameters
Name | Type |
---|---|
type | K |
listener | (this : HTMLElement , ev : HTMLElementEventMap [K ]) => any |
options? | boolean | AddEventListenerOptions |
Returns
void
Inherited from
HTMLElement.addEventListener
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10148
▸ addEventListener(type
, listener
, options?
): void
Parameters
Name | Type |
---|---|
type | string |
listener | EventListenerOrEventListenerObject |
options? | boolean | AddEventListenerOptions |
Returns
void
Inherited from
HTMLElement.addEventListener
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10149
after
▸ after(...nodes
): void
Inserts nodes just after node, while replacing strings in nodes with equivalent Text nodes.
Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
Parameters
Name | Type |
---|---|
...nodes | (string | Node )[] |
Returns
void
Inherited from
HTMLElement.after
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5641
animate
▸ animate(keyframes
, options?
): Animation
Parameters
Name | Type |
---|---|
keyframes | null | Keyframe [] | PropertyIndexedKeyframes |
options? | number | KeyframeAnimationOptions |
Returns
Animation
Inherited from
HTMLElement.animate
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2431
append
▸ append(...nodes
): void
Inserts nodes after the last child of node, while replacing strings in nodes with equivalent Text nodes.
Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
Parameters
Name | Type |
---|---|
...nodes | (string | Node )[] |
Returns
void
Inherited from
HTMLElement.append
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16903
appendChild
▸ appendChild<T
>(node
): T
Type parameters
Name | Type |
---|---|
T | extends Node |
Parameters
Name | Type |
---|---|
node | T |
Returns
T
Inherited from
HTMLElement.appendChild
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16256
attachInternals
▸ attachInternals(): ElementInternals
Returns
ElementInternals
Inherited from
HTMLElement.attachInternals
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10139
attachShadow
▸ attachShadow(init
): ShadowRoot
Creates a shadow root for element and returns it.
Parameters
Name | Type |
---|---|
init | ShadowRootInit |
Returns
ShadowRoot
Inherited from
HTMLElement.attachShadow
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7729
before
▸ before(...nodes
): void
Inserts nodes just before node, while replacing strings in nodes with equivalent Text nodes.
Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
Parameters
Name | Type |
---|---|
...nodes | (string | Node )[] |
Returns
void
Inherited from
HTMLElement.before
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5649
blur
▸ blur(): void
Returns
void
Inherited from
HTMLElement.blur
Defined in
node_modules/typescript/lib/lib.dom.d.ts:12126
checkVisibility
▸ checkVisibility(options?
): boolean
Parameters
Name | Type |
---|---|
options? | CheckVisibilityOptions |
Returns
boolean
Inherited from
HTMLElement.checkVisibility
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7731
click
▸ click(): void
Returns
void
Inherited from
HTMLElement.click
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10141
cloneNode
▸ cloneNode(deep?
): Node
Returns a copy of node. If deep is true, the copy also includes the node's descendants.
Parameters
Name | Type |
---|---|
deep? | boolean |
Returns
Node
Inherited from
HTMLElement.cloneNode
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16262
closest
▸ closest<K
>(selector
): null
| HTMLElementTagNameMap
[K
]
Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.
Type parameters
Name | Type |
---|---|
K | extends keyof HTMLElementTagNameMap |
Parameters
Name | Type |
---|---|
selector | K |
Returns
null
| HTMLElementTagNameMap
[K
]
Inherited from
HTMLElement.closest
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7737
▸ closest<K
>(selector
): null
| SVGElementTagNameMap
[K
]
Type parameters
Name | Type |
---|---|
K | extends keyof SVGElementTagNameMap |
Parameters
Name | Type |
---|---|
selector | K |
Returns
null
| SVGElementTagNameMap
[K
]
Inherited from
HTMLElement.closest
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7738
▸ closest<K
>(selector
): null
| MathMLElementTagNameMap
[K
]
Type parameters
Name | Type |
---|---|
K | extends keyof MathMLElementTagNameMap |
Parameters
Name | Type |
---|---|
selector | K |
Returns
null
| MathMLElementTagNameMap
[K
]
Inherited from
HTMLElement.closest
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7739
▸ closest<E
>(selectors
): null
| E
Type parameters
Name | Type |
---|---|
E | extends Element = Element |
Parameters
Name | Type |
---|---|
selectors | string |
Returns
null
| E
Inherited from
HTMLElement.closest
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7740
compareDocumentPosition
▸ compareDocumentPosition(other
): number
Returns a bitmask indicating the position of other relative to node.
Parameters
Name | Type |
---|---|
other | Node |
Returns
number
Inherited from
HTMLElement.compareDocumentPosition
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16268
computedStyleMap
▸ computedStyleMap(): StylePropertyMapReadOnly
Returns
StylePropertyMapReadOnly
Inherited from
HTMLElement.computedStyleMap
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7742
contains
▸ contains(other
): boolean
Returns true if other is an inclusive descendant of node, and false otherwise.
Parameters
Name | Type |
---|---|
other | null | Node |
Returns
boolean
Inherited from
HTMLElement.contains
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16274
dispatchEvent
▸ dispatchEvent(event
): boolean
Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.
Parameters
Name | Type |
---|---|
event | Event |
Returns
boolean
Inherited from
HTMLElement.dispatchEvent
Defined in
node_modules/typescript/lib/lib.dom.d.ts:8262
focus
▸ focus(options?
): void
Parameters
Name | Type |
---|---|
options? | FocusOptions |
Returns
void
Inherited from
HTMLElement.focus
Defined in
node_modules/typescript/lib/lib.dom.d.ts:12128
getAnimations
▸ getAnimations(options?
): Animation
[]
Parameters
Name | Type |
---|---|
options? | GetAnimationsOptions |
Returns
Animation
[]
Inherited from
HTMLElement.getAnimations
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2433
getAttribute
▸ getAttribute(qualifiedName
): null
| string
Returns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.
Parameters
Name | Type |
---|---|
qualifiedName | string |
Returns
null
| string
Inherited from
HTMLElement.getAttribute
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7748
getAttributeNS
▸ getAttributeNS(namespace
, localName
): null
| string
Returns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise.
Parameters
Name | Type |
---|---|
namespace | null | string |
localName | string |
Returns
null
| string
Inherited from
HTMLElement.getAttributeNS
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7754
getAttributeNames
▸ getAttributeNames(): string
[]
Returns the qualified names of all element's attributes. Can contain duplicates.
Returns
string
[]
Inherited from
HTMLElement.getAttributeNames
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7760
getAttributeNode
▸ getAttributeNode(qualifiedName
): null
| Attr
Parameters
Name | Type |
---|---|
qualifiedName | string |
Returns
null
| Attr
Inherited from
HTMLElement.getAttributeNode
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7762
getAttributeNodeNS
▸ getAttributeNodeNS(namespace
, localName
): null
| Attr
Parameters
Name | Type |
---|---|
namespace | null | string |
localName | string |
Returns
null
| Attr
Inherited from
HTMLElement.getAttributeNodeNS
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7764
getBoundingClientRect
▸ getBoundingClientRect(): DOMRect
Returns
DOMRect
Inherited from
HTMLElement.getBoundingClientRect
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7766
getClientRects
▸ getClientRects(): DOMRectList
Returns
DOMRectList
Inherited from
HTMLElement.getClientRects
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7768
getElementsByClassName
▸ getElementsByClassName(classNames
): HTMLCollectionOf
<Element
>
Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames. The classNames argument is interpreted as a space-separated list of classes.
Parameters
Name | Type |
---|---|
classNames | string |
Returns
HTMLCollectionOf
<Element
>
Inherited from
HTMLElement.getElementsByClassName
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7774
getElementsByTagName
▸ getElementsByTagName<K
>(qualifiedName
): HTMLCollectionOf
<HTMLElementTagNameMap
[K
]>
Type parameters
Name | Type |
---|---|
K | extends keyof HTMLElementTagNameMap |
Parameters
Name | Type |
---|---|
qualifiedName | K |
Returns
HTMLCollectionOf
<HTMLElementTagNameMap
[K
]>
Inherited from
HTMLElement.getElementsByTagName
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7776
▸ getElementsByTagName<K
>(qualifiedName
): HTMLCollectionOf
<SVGElementTagNameMap
[K
]>
Type parameters
Name | Type |
---|---|
K | extends keyof SVGElementTagNameMap |
Parameters
Name | Type |
---|---|
qualifiedName | K |
Returns
HTMLCollectionOf
<SVGElementTagNameMap
[K
]>
Inherited from
HTMLElement.getElementsByTagName
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7777
▸ getElementsByTagName<K
>(qualifiedName
): HTMLCollectionOf
<MathMLElementTagNameMap
[K
]>
Type parameters
Name | Type |
---|---|
K | extends keyof MathMLElementTagNameMap |
Parameters
Name | Type |
---|---|
qualifiedName | K |
Returns
HTMLCollectionOf
<MathMLElementTagNameMap
[K
]>
Inherited from
HTMLElement.getElementsByTagName
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7778
▸ getElementsByTagName<K
>(qualifiedName
): HTMLCollectionOf
<HTMLElementDeprecatedTagNameMap
[K
]>
Type parameters
Name | Type |
---|---|
K | extends keyof HTMLElementDeprecatedTagNameMap |
Parameters
Name | Type |
---|---|
qualifiedName | K |
Returns
HTMLCollectionOf
<HTMLElementDeprecatedTagNameMap
[K
]>
Deprecated
Inherited from
HTMLElement.getElementsByTagName
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7780
▸ getElementsByTagName(qualifiedName
): HTMLCollectionOf
<Element
>
Parameters
Name | Type |
---|---|
qualifiedName | string |
Returns
HTMLCollectionOf
<Element
>
Inherited from
HTMLElement.getElementsByTagName
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7781
getElementsByTagNameNS
▸ getElementsByTagNameNS(namespaceURI
, localName
): HTMLCollectionOf
<HTMLElement
>
Parameters
Name | Type |
---|---|
namespaceURI | "http://www.w3.org/1999/xhtml" |
localName | string |
Returns
HTMLCollectionOf
<HTMLElement
>
Inherited from
HTMLElement.getElementsByTagNameNS
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7783
▸ getElementsByTagNameNS(namespaceURI
, localName
): HTMLCollectionOf
<SVGElement
>
Parameters
Name | Type |
---|---|
namespaceURI | "http://www.w3.org/2000/svg" |
localName | string |
Returns
HTMLCollectionOf
<SVGElement
>
Inherited from
HTMLElement.getElementsByTagNameNS
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7784
▸ getElementsByTagNameNS(namespaceURI
, localName
): HTMLCollectionOf
<MathMLElement
>
Parameters
Name | Type |
---|---|
namespaceURI | "http://www.w3.org/1998/Math/MathML" |
localName | string |
Returns
HTMLCollectionOf
<MathMLElement
>
Inherited from
HTMLElement.getElementsByTagNameNS
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7785
▸ getElementsByTagNameNS(namespace
, localName
): HTMLCollectionOf
<Element
>
Parameters
Name | Type |
---|---|
namespace | null | string |
localName | string |
Returns
HTMLCollectionOf
<Element
>
Inherited from
HTMLElement.getElementsByTagNameNS
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7786
getRootNode
▸ getRootNode(options?
): Node
Returns node's root.
Parameters
Name | Type |
---|---|
options? | GetRootNodeOptions |
Returns
Node
Inherited from
HTMLElement.getRootNode
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16280
hasAttribute
▸ hasAttribute(qualifiedName
): boolean
Returns true if element has an attribute whose qualified name is qualifiedName, and false otherwise.
Parameters
Name | Type |
---|---|
qualifiedName | string |
Returns
boolean
Inherited from
HTMLElement.hasAttribute
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7792
hasAttributeNS
▸ hasAttributeNS(namespace
, localName
): boolean
Returns true if element has an attribute whose namespace is namespace and local name is localName.
Parameters
Name | Type |
---|---|
namespace | null | string |
localName | string |
Returns
boolean
Inherited from
HTMLElement.hasAttributeNS
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7798
hasAttributes
▸ hasAttributes(): boolean
Returns true if element has attributes, and false otherwise.
Returns
boolean
Inherited from
HTMLElement.hasAttributes
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7804
hasChildNodes
▸ hasChildNodes(): boolean
Returns whether node has children.
Returns
boolean
Inherited from
HTMLElement.hasChildNodes
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16286
hasPointerCapture
▸ hasPointerCapture(pointerId
): boolean
Parameters
Name | Type |
---|---|
pointerId | number |
Returns
boolean
Inherited from
HTMLElement.hasPointerCapture
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7806
hidePopover
▸ hidePopover(): void
Returns
void
Inherited from
HTMLElement.hidePopover
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10143
insertAdjacentElement
▸ insertAdjacentElement(where
, element
): null
| Element
Parameters
Name | Type |
---|---|
where | InsertPosition |
element | Element |
Returns
null
| Element
Inherited from
HTMLElement.insertAdjacentElement
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7808
insertAdjacentHTML
▸ insertAdjacentHTML(position
, text
): void
Parameters
Name | Type |
---|---|
position | InsertPosition |
text | string |
Returns
void
Inherited from
HTMLElement.insertAdjacentHTML
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7810
insertAdjacentText
▸ insertAdjacentText(where
, data
): void
Parameters
Name | Type |
---|---|
where | InsertPosition |
data | string |
Returns
void
Inherited from
HTMLElement.insertAdjacentText
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7812
insertBefore
▸ insertBefore<T
>(node
, child
): T
Type parameters
Name | Type |
---|---|
T | extends Node |
Parameters
Name | Type |
---|---|
node | T |
child | null | Node |
Returns
T
Inherited from
HTMLElement.insertBefore
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16288
isDefaultNamespace
▸ isDefaultNamespace(namespace
): boolean
Parameters
Name | Type |
---|---|
namespace | null | string |
Returns
boolean
Inherited from
HTMLElement.isDefaultNamespace
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16290
isEqualNode
▸ isEqualNode(otherNode
): boolean
Returns whether node and otherNode have the same properties.
Parameters
Name | Type |
---|---|
otherNode | null | Node |
Returns
boolean
Inherited from
HTMLElement.isEqualNode
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16296
isSameNode
▸ isSameNode(otherNode
): boolean
Parameters
Name | Type |
---|---|
otherNode | null | Node |
Returns
boolean
Inherited from
HTMLElement.isSameNode
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16298
lookupNamespaceURI
▸ lookupNamespaceURI(prefix
): null
| string
Parameters
Name | Type |
---|---|
prefix | null | string |
Returns
null
| string
Inherited from
HTMLElement.lookupNamespaceURI
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16300
lookupPrefix
▸ lookupPrefix(namespace
): null
| string
Parameters
Name | Type |
---|---|
namespace | null | string |
Returns
null
| string
Inherited from
HTMLElement.lookupPrefix
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16302
matches
▸ matches(selectors
): boolean
Returns true if matching selectors against element's root yields element, and false otherwise.
Parameters
Name | Type |
---|---|
selectors | string |
Returns
boolean
Inherited from
HTMLElement.matches
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7818
normalize
▸ normalize(): void
Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.
Returns
void
Inherited from
HTMLElement.normalize
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16308
prepend
▸ prepend(...nodes
): void
Inserts nodes before the first child of node, while replacing strings in nodes with equivalent Text nodes.
Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
Parameters
Name | Type |
---|---|
...nodes | (string | Node )[] |
Returns
void
Inherited from
HTMLElement.prepend
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16911
querySelector
▸ querySelector<K
>(selectors
): null
| HTMLElementTagNameMap
[K
]
Returns the first element that is a descendant of node that matches selectors.
Type parameters
Name | Type |
---|---|
K | extends keyof HTMLElementTagNameMap |
Parameters
Name | Type |
---|---|
selectors | K |
Returns
null
| HTMLElementTagNameMap
[K
]
Inherited from
HTMLElement.querySelector
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16917
▸ querySelector<K
>(selectors
): null
| SVGElementTagNameMap
[K
]
Type parameters
Name | Type |
---|---|
K | extends keyof SVGElementTagNameMap |
Parameters
Name | Type |
---|---|
selectors | K |
Returns
null
| SVGElementTagNameMap
[K
]
Inherited from
HTMLElement.querySelector
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16918
▸ querySelector<K
>(selectors
): null
| MathMLElementTagNameMap
[K
]
Type parameters
Name | Type |
---|---|
K | extends keyof MathMLElementTagNameMap |
Parameters
Name | Type |
---|---|
selectors | K |
Returns
null
| MathMLElementTagNameMap
[K
]
Inherited from
HTMLElement.querySelector
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16919
▸ querySelector<K
>(selectors
): null
| HTMLElementDeprecatedTagNameMap
[K
]
Type parameters
Name | Type |
---|---|
K | extends keyof HTMLElementDeprecatedTagNameMap |
Parameters
Name | Type |
---|---|
selectors | K |
Returns
null
| HTMLElementDeprecatedTagNameMap
[K
]
Deprecated
Inherited from
HTMLElement.querySelector
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16921
▸ querySelector<E
>(selectors
): null
| E
Type parameters
Name | Type |
---|---|
E | extends Element = Element |
Parameters
Name | Type |
---|---|
selectors | string |
Returns
null
| E
Inherited from
HTMLElement.querySelector
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16922
querySelectorAll
▸ querySelectorAll<K
>(selectors
): NodeListOf
<HTMLElementTagNameMap
[K
]>
Returns all element descendants of node that match selectors.
Type parameters
Name | Type |
---|---|
K | extends keyof HTMLElementTagNameMap |
Parameters
Name | Type |
---|---|
selectors | K |
Returns
NodeListOf
<HTMLElementTagNameMap
[K
]>
Inherited from
HTMLElement.querySelectorAll
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16928
▸ querySelectorAll<K
>(selectors
): NodeListOf
<SVGElementTagNameMap
[K
]>
Type parameters
Name | Type |
---|---|
K | extends keyof SVGElementTagNameMap |
Parameters
Name | Type |
---|---|
selectors | K |
Returns
NodeListOf
<SVGElementTagNameMap
[K
]>
Inherited from
HTMLElement.querySelectorAll
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16929
▸ querySelectorAll<K
>(selectors
): NodeListOf
<MathMLElementTagNameMap
[K
]>
Type parameters
Name | Type |
---|---|
K | extends keyof MathMLElementTagNameMap |
Parameters
Name | Type |
---|---|
selectors | K |
Returns
NodeListOf
<MathMLElementTagNameMap
[K
]>
Inherited from
HTMLElement.querySelectorAll
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16930
▸ querySelectorAll<K
>(selectors
): NodeListOf
<HTMLElementDeprecatedTagNameMap
[K
]>
Type parameters
Name | Type |
---|---|
K | extends keyof HTMLElementDeprecatedTagNameMap |
Parameters
Name | Type |
---|---|
selectors | K |
Returns
NodeListOf
<HTMLElementDeprecatedTagNameMap
[K
]>
Deprecated
Inherited from
HTMLElement.querySelectorAll
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16932
▸ querySelectorAll<E
>(selectors
): NodeListOf
<E
>
Type parameters
Name | Type |
---|---|
E | extends Element = Element |
Parameters
Name | Type |
---|---|
selectors | string |
Returns
NodeListOf
<E
>
Inherited from
HTMLElement.querySelectorAll
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16933
releasePointerCapture
▸ releasePointerCapture(pointerId
): void
Parameters
Name | Type |
---|---|
pointerId | number |
Returns
void
Inherited from
HTMLElement.releasePointerCapture
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7820
remove
▸ remove(): void
Removes node.
Returns
void
Inherited from
HTMLElement.remove
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5655
removeAttribute
▸ removeAttribute(qualifiedName
): void
Removes element's first attribute whose qualified name is qualifiedName.
Parameters
Name | Type |
---|---|
qualifiedName | string |
Returns
void
Inherited from
HTMLElement.removeAttribute
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7826
removeAttributeNS
▸ removeAttributeNS(namespace
, localName
): void
Removes element's attribute whose namespace is namespace and local name is localName.
Parameters
Name | Type |
---|---|
namespace | null | string |
localName | string |
Returns
void
Inherited from
HTMLElement.removeAttributeNS
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7832
removeAttributeNode
▸ removeAttributeNode(attr
): Attr
Parameters
Name | Type |
---|---|
attr | Attr |
Returns
Attr
Inherited from
HTMLElement.removeAttributeNode
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7834
removeChild
▸ removeChild<T
>(child
): T
Type parameters
Name | Type |
---|---|
T | extends Node |
Parameters
Name | Type |
---|---|
child | T |
Returns
T
Inherited from
HTMLElement.removeChild
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16310
removeEventListener
▸ removeEventListener<K
>(type
, listener
, options?
): void
Type parameters
Name | Type |
---|---|
K | extends keyof HTMLElementEventMap |
Parameters
Name | Type |
---|---|
type | K |
listener | (this : HTMLElement , ev : HTMLElementEventMap [K ]) => any |
options? | boolean | EventListenerOptions |
Returns
void
Inherited from
HTMLElement.removeEventListener
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10150
▸ removeEventListener(type
, listener
, options?
): void
Parameters
Name | Type |
---|---|
type | string |
listener | EventListenerOrEventListenerObject |
options? | boolean | EventListenerOptions |
Returns
void
Inherited from
HTMLElement.removeEventListener
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10151
replaceChild
▸ replaceChild<T
>(node
, child
): T
Type parameters
Name | Type |
---|---|
T | extends Node |
Parameters
Name | Type |
---|---|
node | Node |
child | T |
Returns
T
Inherited from
HTMLElement.replaceChild
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16312
replaceChildren
▸ replaceChildren(...nodes
): void
Replace all children of node with nodes, while replacing strings in nodes with equivalent Text nodes.
Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
Parameters
Name | Type |
---|---|
...nodes | (string | Node )[] |
Returns
void
Inherited from
HTMLElement.replaceChildren
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16941
replaceWith
▸ replaceWith(...nodes
): void
Replaces node with nodes, while replacing strings in nodes with equivalent Text nodes.
Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
Parameters
Name | Type |
---|---|
...nodes | (string | Node )[] |
Returns
void
Inherited from
HTMLElement.replaceWith
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5663
requestFullscreen
▸ requestFullscreen(options?
): Promise
<void
>
Displays element fullscreen and resolves promise when done.
When supplied, options's navigationUI member indicates whether showing navigation UI while in fullscreen is preferred or not. If set to "show", navigation simplicity is preferred over screen space, and if set to "hide", more screen space is preferred. User agents are always free to honor user preference over the application's. The default value "auto" indicates no application preference.
Parameters
Name | Type |
---|---|
options? | FullscreenOptions |
Returns
Promise
<void
>
Inherited from
HTMLElement.requestFullscreen
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7842
requestPointerLock
▸ requestPointerLock(): void
Returns
void
Inherited from
HTMLElement.requestPointerLock
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7844
scroll
▸ scroll(options?
): void
Parameters
Name | Type |
---|---|
options? | ScrollToOptions |
Returns
void
Inherited from
HTMLElement.scroll
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7846
▸ scroll(x
, y
): void
Parameters
Name | Type |
---|---|
x | number |
y | number |
Returns
void
Inherited from
HTMLElement.scroll
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7847
scrollBy
▸ scrollBy(options?
): void
Parameters
Name | Type |
---|---|
options? | ScrollToOptions |
Returns
void
Inherited from
HTMLElement.scrollBy
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7849
▸ scrollBy(x
, y
): void
Parameters
Name | Type |
---|---|
x | number |
y | number |
Returns
void
Inherited from
HTMLElement.scrollBy
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7850
scrollIntoView
▸ scrollIntoView(arg?
): void
Parameters
Name | Type |
---|---|
arg? | boolean | ScrollIntoViewOptions |
Returns
void
Inherited from
HTMLElement.scrollIntoView
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7852
scrollTo
▸ scrollTo(options?
): void
Parameters
Name | Type |
---|---|
options? | ScrollToOptions |
Returns
void
Inherited from
HTMLElement.scrollTo
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7854
▸ scrollTo(x
, y
): void
Parameters
Name | Type |
---|---|
x | number |
y | number |
Returns
void
Inherited from
HTMLElement.scrollTo
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7855
setAttribute
▸ setAttribute(qualifiedName
, value
): void
Sets the value of element's first attribute whose qualified name is qualifiedName to value.
Parameters
Name | Type |
---|---|
qualifiedName | string |
value | string |
Returns
void
Inherited from
HTMLElement.setAttribute
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7861
setAttributeNS
▸ setAttributeNS(namespace
, qualifiedName
, value
): void
Sets the value of element's attribute whose namespace is namespace and local name is localName to value.
Parameters
Name | Type |
---|---|
namespace | null | string |
qualifiedName | string |
value | string |
Returns
void
Inherited from
HTMLElement.setAttributeNS
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7867
setAttributeNode
▸ setAttributeNode(attr
): null
| Attr
Parameters
Name | Type |
---|---|
attr | Attr |
Returns
null
| Attr
Inherited from
HTMLElement.setAttributeNode
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7869
setAttributeNodeNS
▸ setAttributeNodeNS(attr
): null
| Attr
Parameters
Name | Type |
---|---|
attr | Attr |
Returns
null
| Attr
Inherited from
HTMLElement.setAttributeNodeNS
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7871
setPointerCapture
▸ setPointerCapture(pointerId
): void
Parameters
Name | Type |
---|---|
pointerId | number |
Returns
void
Inherited from
HTMLElement.setPointerCapture
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7873
showPopover
▸ showPopover(): void
Returns
void
Inherited from
HTMLElement.showPopover
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10145
toggleAttribute
▸ toggleAttribute(qualifiedName
, force?
): boolean
If force is not given, "toggles" qualifiedName, removing it if it is present and adding it if it is not present. If force is true, adds qualifiedName. If force is false, removes qualifiedName.
Returns true if qualifiedName is now present, and false otherwise.
Parameters
Name | Type |
---|---|
qualifiedName | string |
force? | boolean |
Returns
boolean
Inherited from
HTMLElement.toggleAttribute
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7881
togglePopover
▸ togglePopover(force?
): boolean
Parameters
Name | Type |
---|---|
force? | boolean |
Returns
boolean
Inherited from
HTMLElement.togglePopover
Defined in
node_modules/typescript/lib/lib.dom.d.ts:10147
webkitMatchesSelector
▸ webkitMatchesSelector(selectors
): boolean
Parameters
Name | Type |
---|---|
selectors | string |
Returns
boolean
Deprecated
This is a legacy alias of matches
.
Inherited from
HTMLElement.webkitMatchesSelector
Defined in
node_modules/typescript/lib/lib.dom.d.ts:7887