-
Notifications
You must be signed in to change notification settings - Fork 0
@ralphschuler.webgl shader factory.<internal>.HTMLQuoteElement
@ralphschuler/webgl-shader-factory.<internal>.HTMLQuoteElement
Provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating quoting elements, like
and, but not the element.
↳
HTMLQuoteElement
- ATTRIBUTE_NODE
- CDATA_SECTION_NODE
- COMMENT_NODE
- DOCUMENT_FRAGMENT_NODE
- DOCUMENT_NODE
- DOCUMENT_POSITION_CONTAINED_BY
- DOCUMENT_POSITION_CONTAINS
- DOCUMENT_POSITION_DISCONNECTED
- DOCUMENT_POSITION_FOLLOWING
- DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
- DOCUMENT_POSITION_PRECEDING
- DOCUMENT_TYPE_NODE
- ELEMENT_NODE
- ENTITY_NODE
- ENTITY_REFERENCE_NODE
- NOTATION_NODE
- PROCESSING_INSTRUCTION_NODE
- TEXT_NODE
- accessKey
- accessKeyLabel
- ariaAtomic
- ariaAutoComplete
- ariaBusy
- ariaChecked
- ariaColCount
- ariaColIndex
- ariaColSpan
- ariaCurrent
- ariaDisabled
- ariaExpanded
- ariaHasPopup
- ariaHidden
- ariaInvalid
- ariaKeyShortcuts
- ariaLabel
- ariaLevel
- ariaLive
- ariaModal
- ariaMultiLine
- ariaMultiSelectable
- ariaOrientation
- ariaPlaceholder
- ariaPosInSet
- ariaPressed
- ariaReadOnly
- ariaRequired
- ariaRoleDescription
- ariaRowCount
- ariaRowIndex
- ariaRowSpan
- ariaSelected
- ariaSetSize
- ariaSort
- ariaValueMax
- ariaValueMin
- ariaValueNow
- ariaValueText
- assignedSlot
- attributeStyleMap
- attributes
- autocapitalize
- autofocus
- baseURI
- childElementCount
- childNodes
- children
- cite
- classList
- className
- clientHeight
- clientLeft
- clientTop
- clientWidth
- contentEditable
- dataset
- dir
- draggable
- enterKeyHint
- firstChild
- firstElementChild
- hidden
- id
- inert
- innerHTML
- innerText
- inputMode
- isConnected
- isContentEditable
- lang
- lastChild
- lastElementChild
- localName
- namespaceURI
- nextElementSibling
- nextSibling
- nodeName
- nodeType
- nodeValue
- nonce
- offsetHeight
- offsetLeft
- offsetParent
- offsetTop
- offsetWidth
- onabort
- onanimationcancel
- onanimationend
- onanimationiteration
- onanimationstart
- onauxclick
- onbeforeinput
- onblur
- oncancel
- oncanplay
- oncanplaythrough
- onchange
- onclick
- onclose
- oncontextmenu
- oncopy
- oncuechange
- oncut
- ondblclick
- ondrag
- ondragend
- ondragenter
- ondragleave
- ondragover
- ondragstart
- ondrop
- ondurationchange
- onemptied
- onended
- onerror
- onfocus
- onformdata
- onfullscreenchange
- onfullscreenerror
- ongotpointercapture
- oninput
- oninvalid
- onkeydown
- onkeypress
- onkeyup
- onload
- onloadeddata
- onloadedmetadata
- onloadstart
- onlostpointercapture
- onmousedown
- onmouseenter
- onmouseleave
- onmousemove
- onmouseout
- onmouseover
- onmouseup
- onpaste
- onpause
- onplay
- onplaying
- onpointercancel
- onpointerdown
- onpointerenter
- onpointerleave
- onpointermove
- onpointerout
- onpointerover
- onpointerup
- onprogress
- onratechange
- onreset
- onresize
- onscroll
- onscrollend
- onsecuritypolicyviolation
- onseeked
- onseeking
- onselect
- onselectionchange
- onselectstart
- onslotchange
- onstalled
- onsubmit
- onsuspend
- ontimeupdate
- ontoggle
- ontouchcancel
- ontouchend
- ontouchmove
- ontouchstart
- ontransitioncancel
- ontransitionend
- ontransitionrun
- ontransitionstart
- onvolumechange
- onwaiting
- onwebkitanimationend
- onwebkitanimationiteration
- onwebkitanimationstart
- onwebkittransitionend
- onwheel
- outerHTML
- outerText
- ownerDocument
- parentElement
- parentNode
- part
- popover
- prefix
- previousElementSibling
- previousSibling
- role
- scrollHeight
- scrollLeft
- scrollTop
- scrollWidth
- shadowRoot
- slot
- spellcheck
- style
- tabIndex
- tagName
- textContent
- title
- translate
- addEventListener
- after
- animate
- append
- appendChild
- attachInternals
- attachShadow
- before
- blur
- checkVisibility
- click
- cloneNode
- closest
- compareDocumentPosition
- computedStyleMap
- contains
- dispatchEvent
- focus
- getAnimations
- getAttribute
- getAttributeNS
- getAttributeNames
- getAttributeNode
- getAttributeNodeNS
- getBoundingClientRect
- getClientRects
- getElementsByClassName
- getElementsByTagName
- getElementsByTagNameNS
- getRootNode
- hasAttribute
- hasAttributeNS
- hasAttributes
- hasChildNodes
- hasPointerCapture
- hidePopover
- insertAdjacentElement
- insertAdjacentHTML
- insertAdjacentText
- insertBefore
- isDefaultNamespace
- isEqualNode
- isSameNode
- lookupNamespaceURI
- lookupPrefix
- matches
- normalize
- prepend
- querySelector
- querySelectorAll
- releasePointerCapture
- remove
- removeAttribute
- removeAttributeNS
- removeAttributeNode
- removeChild
- removeEventListener
- replaceChild
- replaceChildren
- replaceWith
- requestFullscreen
- requestPointerLock
- scroll
- scrollBy
- scrollIntoView
- scrollTo
- setAttribute
- setAttributeNS
- setAttributeNode
- setAttributeNodeNS
- setPointerCapture
- showPopover
- toggleAttribute
- togglePopover
- webkitMatchesSelector
•
ReadonlyATTRIBUTE_NODE:2HTMLElement.ATTRIBUTE_NODE
node_modules/typescript/lib/lib.dom.d.ts:16205
•
ReadonlyCDATA_SECTION_NODE:4node is a CDATASection node.
HTMLElement.CDATA_SECTION_NODE
node_modules/typescript/lib/lib.dom.d.ts:16209
•
ReadonlyCOMMENT_NODE:8node is a Comment node.
HTMLElement.COMMENT_NODE
node_modules/typescript/lib/lib.dom.d.ts:16215
•
ReadonlyDOCUMENT_FRAGMENT_NODE:11node is a DocumentFragment node.
HTMLElement.DOCUMENT_FRAGMENT_NODE
node_modules/typescript/lib/lib.dom.d.ts:16221
•
ReadonlyDOCUMENT_NODE:9node is a document.
HTMLElement.DOCUMENT_NODE
node_modules/typescript/lib/lib.dom.d.ts:16217
•
ReadonlyDOCUMENT_POSITION_CONTAINED_BY:16Set when other is a descendant of node.
HTMLElement.DOCUMENT_POSITION_CONTAINED_BY
node_modules/typescript/lib/lib.dom.d.ts:16232
•
ReadonlyDOCUMENT_POSITION_CONTAINS:8Set when other is an ancestor of node.
HTMLElement.DOCUMENT_POSITION_CONTAINS
node_modules/typescript/lib/lib.dom.d.ts:16230
•
ReadonlyDOCUMENT_POSITION_DISCONNECTED:1Set when node and other are not in the same tree.
HTMLElement.DOCUMENT_POSITION_DISCONNECTED
node_modules/typescript/lib/lib.dom.d.ts:16224
•
ReadonlyDOCUMENT_POSITION_FOLLOWING:4Set when other is following node.
HTMLElement.DOCUMENT_POSITION_FOLLOWING
node_modules/typescript/lib/lib.dom.d.ts:16228
•
ReadonlyDOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC:32HTMLElement.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
node_modules/typescript/lib/lib.dom.d.ts:16233
•
ReadonlyDOCUMENT_POSITION_PRECEDING:2Set when other is preceding node.
HTMLElement.DOCUMENT_POSITION_PRECEDING
node_modules/typescript/lib/lib.dom.d.ts:16226
•
ReadonlyDOCUMENT_TYPE_NODE:10node is a doctype.
HTMLElement.DOCUMENT_TYPE_NODE
node_modules/typescript/lib/lib.dom.d.ts:16219
•
ReadonlyELEMENT_NODE:1node is an element.
HTMLElement.ELEMENT_NODE
node_modules/typescript/lib/lib.dom.d.ts:16204
•
ReadonlyENTITY_NODE:6HTMLElement.ENTITY_NODE
node_modules/typescript/lib/lib.dom.d.ts:16211
•
ReadonlyENTITY_REFERENCE_NODE:5HTMLElement.ENTITY_REFERENCE_NODE
node_modules/typescript/lib/lib.dom.d.ts:16210
•
ReadonlyNOTATION_NODE:12HTMLElement.NOTATION_NODE
node_modules/typescript/lib/lib.dom.d.ts:16222
•
ReadonlyPROCESSING_INSTRUCTION_NODE:7node is a ProcessingInstruction node.
HTMLElement.PROCESSING_INSTRUCTION_NODE
node_modules/typescript/lib/lib.dom.d.ts:16213
•
ReadonlyTEXT_NODE:3node is a Text node.
HTMLElement.TEXT_NODE
node_modules/typescript/lib/lib.dom.d.ts:16207
• accessKey:
stringHTMLElement.accessKey
node_modules/typescript/lib/lib.dom.d.ts:10053
•
ReadonlyaccessKeyLabel:stringHTMLElement.accessKeyLabel
node_modules/typescript/lib/lib.dom.d.ts:10055
• ariaAtomic:
null|stringHTMLElement.ariaAtomic
node_modules/typescript/lib/lib.dom.d.ts:2209
• ariaAutoComplete:
null|stringHTMLElement.ariaAutoComplete
node_modules/typescript/lib/lib.dom.d.ts:2211
• ariaBusy:
null|stringHTMLElement.ariaBusy
node_modules/typescript/lib/lib.dom.d.ts:2213
• ariaChecked:
null|stringHTMLElement.ariaChecked
node_modules/typescript/lib/lib.dom.d.ts:2215
• ariaColCount:
null|stringHTMLElement.ariaColCount
node_modules/typescript/lib/lib.dom.d.ts:2217
• ariaColIndex:
null|stringHTMLElement.ariaColIndex
node_modules/typescript/lib/lib.dom.d.ts:2219
• ariaColSpan:
null|stringHTMLElement.ariaColSpan
node_modules/typescript/lib/lib.dom.d.ts:2221
• ariaCurrent:
null|stringHTMLElement.ariaCurrent
node_modules/typescript/lib/lib.dom.d.ts:2223
• ariaDisabled:
null|stringHTMLElement.ariaDisabled
node_modules/typescript/lib/lib.dom.d.ts:2225
• ariaExpanded:
null|stringHTMLElement.ariaExpanded
node_modules/typescript/lib/lib.dom.d.ts:2227
• ariaHasPopup:
null|stringHTMLElement.ariaHasPopup
node_modules/typescript/lib/lib.dom.d.ts:2229
• ariaHidden:
null|stringHTMLElement.ariaHidden
node_modules/typescript/lib/lib.dom.d.ts:2231
• ariaInvalid:
null|stringHTMLElement.ariaInvalid
node_modules/typescript/lib/lib.dom.d.ts:2232
• ariaKeyShortcuts:
null|stringHTMLElement.ariaKeyShortcuts
node_modules/typescript/lib/lib.dom.d.ts:2234
• ariaLabel:
null|stringHTMLElement.ariaLabel
node_modules/typescript/lib/lib.dom.d.ts:2236
• ariaLevel:
null|stringHTMLElement.ariaLevel
node_modules/typescript/lib/lib.dom.d.ts:2238
• ariaLive:
null|stringHTMLElement.ariaLive
node_modules/typescript/lib/lib.dom.d.ts:2240
• ariaModal:
null|stringHTMLElement.ariaModal
node_modules/typescript/lib/lib.dom.d.ts:2242
• ariaMultiLine:
null|stringHTMLElement.ariaMultiLine
node_modules/typescript/lib/lib.dom.d.ts:2244
• ariaMultiSelectable:
null|stringHTMLElement.ariaMultiSelectable
node_modules/typescript/lib/lib.dom.d.ts:2246
• ariaOrientation:
null|stringHTMLElement.ariaOrientation
node_modules/typescript/lib/lib.dom.d.ts:2248
• ariaPlaceholder:
null|stringHTMLElement.ariaPlaceholder
node_modules/typescript/lib/lib.dom.d.ts:2250
• ariaPosInSet:
null|stringHTMLElement.ariaPosInSet
node_modules/typescript/lib/lib.dom.d.ts:2252
• ariaPressed:
null|stringHTMLElement.ariaPressed
node_modules/typescript/lib/lib.dom.d.ts:2254
• ariaReadOnly:
null|stringHTMLElement.ariaReadOnly
node_modules/typescript/lib/lib.dom.d.ts:2256
• ariaRequired:
null|stringHTMLElement.ariaRequired
node_modules/typescript/lib/lib.dom.d.ts:2258
• ariaRoleDescription:
null|stringHTMLElement.ariaRoleDescription
node_modules/typescript/lib/lib.dom.d.ts:2260
• ariaRowCount:
null|stringHTMLElement.ariaRowCount
node_modules/typescript/lib/lib.dom.d.ts:2262
• ariaRowIndex:
null|stringHTMLElement.ariaRowIndex
node_modules/typescript/lib/lib.dom.d.ts:2264
• ariaRowSpan:
null|stringHTMLElement.ariaRowSpan
node_modules/typescript/lib/lib.dom.d.ts:2266
• ariaSelected:
null|stringHTMLElement.ariaSelected
node_modules/typescript/lib/lib.dom.d.ts:2268
• ariaSetSize:
null|stringHTMLElement.ariaSetSize
node_modules/typescript/lib/lib.dom.d.ts:2270
• ariaSort:
null|stringHTMLElement.ariaSort
node_modules/typescript/lib/lib.dom.d.ts:2272
• ariaValueMax:
null|stringHTMLElement.ariaValueMax
node_modules/typescript/lib/lib.dom.d.ts:2274
• ariaValueMin:
null|stringHTMLElement.ariaValueMin
node_modules/typescript/lib/lib.dom.d.ts:2276
• ariaValueNow:
null|stringHTMLElement.ariaValueNow
node_modules/typescript/lib/lib.dom.d.ts:2278
• ariaValueText:
null|stringHTMLElement.ariaValueText
node_modules/typescript/lib/lib.dom.d.ts:2280
•
ReadonlyassignedSlot:null|HTMLSlotElementHTMLElement.assignedSlot
node_modules/typescript/lib/lib.dom.d.ts:21296
•
ReadonlyattributeStyleMap:StylePropertyMapHTMLElement.attributeStyleMap
node_modules/typescript/lib/lib.dom.d.ts:7855
•
Readonlyattributes:NamedNodeMapHTMLElement.attributes
node_modules/typescript/lib/lib.dom.d.ts:7600
• autocapitalize:
stringHTMLElement.autocapitalize
node_modules/typescript/lib/lib.dom.d.ts:10056
• autofocus:
booleanHTMLElement.autofocus
node_modules/typescript/lib/lib.dom.d.ts:12045
•
ReadonlybaseURI:stringReturns node's node document's document base URL.
HTMLElement.baseURI
node_modules/typescript/lib/lib.dom.d.ts:16074
•
ReadonlychildElementCount:numberHTMLElement.childElementCount
node_modules/typescript/lib/lib.dom.d.ts:16763
•
ReadonlychildNodes:NodeListOf<ChildNode>Returns the children.
HTMLElement.childNodes
node_modules/typescript/lib/lib.dom.d.ts:16080
•
Readonlychildren:HTMLCollectionReturns the child elements.
HTMLElement.children
node_modules/typescript/lib/lib.dom.d.ts:16769
• cite:
stringSets or retrieves reference information about the object.
node_modules/typescript/lib/lib.dom.d.ts:12271
•
ReadonlyclassList:DOMTokenListAllows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.
HTMLElement.classList
node_modules/typescript/lib/lib.dom.d.ts:7606
• className:
stringReturns the value of element's class content attribute. Can be set to change it.
HTMLElement.className
node_modules/typescript/lib/lib.dom.d.ts:7612
•
ReadonlyclientHeight:numberHTMLElement.clientHeight
node_modules/typescript/lib/lib.dom.d.ts:7614
•
ReadonlyclientLeft:numberHTMLElement.clientLeft
node_modules/typescript/lib/lib.dom.d.ts:7616
•
ReadonlyclientTop:numberHTMLElement.clientTop
node_modules/typescript/lib/lib.dom.d.ts:7618
•
ReadonlyclientWidth:numberHTMLElement.clientWidth
node_modules/typescript/lib/lib.dom.d.ts:7620
• contentEditable:
stringHTMLElement.contentEditable
node_modules/typescript/lib/lib.dom.d.ts:7862
•
Readonlydataset:DOMStringMapHTMLElement.dataset
node_modules/typescript/lib/lib.dom.d.ts:12047
• dir:
stringHTMLElement.dir
node_modules/typescript/lib/lib.dom.d.ts:10058
• draggable:
booleanHTMLElement.draggable
node_modules/typescript/lib/lib.dom.d.ts:10060
• enterKeyHint:
stringHTMLElement.enterKeyHint
node_modules/typescript/lib/lib.dom.d.ts:7864
•
ReadonlyfirstChild:null|ChildNodeReturns the first child.
HTMLElement.firstChild
node_modules/typescript/lib/lib.dom.d.ts:16086
•
ReadonlyfirstElementChild:null|ElementReturns the first child that is an element, and null otherwise.
HTMLElement.firstElementChild
node_modules/typescript/lib/lib.dom.d.ts:16775
• hidden:
booleanHTMLElement.hidden
node_modules/typescript/lib/lib.dom.d.ts:10062
• id:
stringReturns the value of element's id content attribute. Can be set to change it.
HTMLElement.id
node_modules/typescript/lib/lib.dom.d.ts:7626
• inert:
booleanHTMLElement.inert
node_modules/typescript/lib/lib.dom.d.ts:10064
• innerHTML:
stringHTMLElement.innerHTML
node_modules/typescript/lib/lib.dom.d.ts:14279
• innerText:
stringHTMLElement.innerText
node_modules/typescript/lib/lib.dom.d.ts:10066
• inputMode:
stringHTMLElement.inputMode
node_modules/typescript/lib/lib.dom.d.ts:7866
•
ReadonlyisConnected:booleanReturns true if node is connected and false otherwise.
HTMLElement.isConnected
node_modules/typescript/lib/lib.dom.d.ts:16092
•
ReadonlyisContentEditable:booleanHTMLElement.isContentEditable
node_modules/typescript/lib/lib.dom.d.ts:7868
• lang:
stringHTMLElement.lang
node_modules/typescript/lib/lib.dom.d.ts:10068
•
ReadonlylastChild:null|ChildNodeReturns the last child.
HTMLElement.lastChild
node_modules/typescript/lib/lib.dom.d.ts:16098
•
ReadonlylastElementChild:null|ElementReturns the last child that is an element, and null otherwise.
HTMLElement.lastElementChild
node_modules/typescript/lib/lib.dom.d.ts:16781
•
ReadonlylocalName:stringReturns the local name.
HTMLElement.localName
node_modules/typescript/lib/lib.dom.d.ts:7632
•
ReadonlynamespaceURI:null|stringReturns the namespace.
HTMLElement.namespaceURI
node_modules/typescript/lib/lib.dom.d.ts:7638
•
ReadonlynextElementSibling:null|ElementReturns the first following sibling that is an element, and null otherwise.
HTMLElement.nextElementSibling
node_modules/typescript/lib/lib.dom.d.ts:16354
•
ReadonlynextSibling:null|ChildNodeReturns the next sibling.
HTMLElement.nextSibling
node_modules/typescript/lib/lib.dom.d.ts:16104
•
ReadonlynodeName:stringReturns a string appropriate for the type of node.
HTMLElement.nodeName
node_modules/typescript/lib/lib.dom.d.ts:16110
•
ReadonlynodeType:numberReturns the type of node.
HTMLElement.nodeType
node_modules/typescript/lib/lib.dom.d.ts:16116
• nodeValue:
null|stringHTMLElement.nodeValue
node_modules/typescript/lib/lib.dom.d.ts:16118
•
Optionalnonce:stringHTMLElement.nonce
node_modules/typescript/lib/lib.dom.d.ts:12049
•
ReadonlyoffsetHeight:numberHTMLElement.offsetHeight
node_modules/typescript/lib/lib.dom.d.ts:10070
•
ReadonlyoffsetLeft:numberHTMLElement.offsetLeft
node_modules/typescript/lib/lib.dom.d.ts:10072
•
ReadonlyoffsetParent:null|ElementHTMLElement.offsetParent
node_modules/typescript/lib/lib.dom.d.ts:10074
•
ReadonlyoffsetTop:numberHTMLElement.offsetTop
node_modules/typescript/lib/lib.dom.d.ts:10076
•
ReadonlyoffsetWidth:numberHTMLElement.offsetWidth
node_modules/typescript/lib/lib.dom.d.ts:10078
• onabort:
null| (this:GlobalEventHandlers,ev:UIEvent) =>anyFires when the user aborts the download.
ParamThe event.
HTMLElement.onabort
node_modules/typescript/lib/lib.dom.d.ts:8948
• onanimationcancel:
null| (this:GlobalEventHandlers,ev:AnimationEvent) =>anyHTMLElement.onanimationcancel
node_modules/typescript/lib/lib.dom.d.ts:8950
• onanimationend:
null| (this:GlobalEventHandlers,ev:AnimationEvent) =>anyHTMLElement.onanimationend
node_modules/typescript/lib/lib.dom.d.ts:8952
• onanimationiteration:
null| (this:GlobalEventHandlers,ev:AnimationEvent) =>anyHTMLElement.onanimationiteration
node_modules/typescript/lib/lib.dom.d.ts:8954
• onanimationstart:
null| (this:GlobalEventHandlers,ev:AnimationEvent) =>anyHTMLElement.onanimationstart
node_modules/typescript/lib/lib.dom.d.ts:8956
• onauxclick:
null| (this:GlobalEventHandlers,ev:MouseEvent) =>anyHTMLElement.onauxclick
node_modules/typescript/lib/lib.dom.d.ts:8958
• onbeforeinput:
null| (this:GlobalEventHandlers,ev:InputEvent) =>anyHTMLElement.onbeforeinput
node_modules/typescript/lib/lib.dom.d.ts:8960
• onblur:
null| (this:GlobalEventHandlers,ev:FocusEvent) =>anyFires when the object loses the input focus.
ParamThe focus event.
HTMLElement.onblur
node_modules/typescript/lib/lib.dom.d.ts:8967
• oncancel:
null| (this:GlobalEventHandlers,ev:Event) =>anyHTMLElement.oncancel
node_modules/typescript/lib/lib.dom.d.ts:8969
• oncanplay:
null| (this:GlobalEventHandlers,ev:Event) =>anyOccurs when playback is possible, but would require further buffering.
ParamThe event.
HTMLElement.oncanplay
node_modules/typescript/lib/lib.dom.d.ts:8976
• oncanplaythrough:
null| (this:GlobalEventHandlers,ev:Event) =>anyHTMLElement.oncanplaythrough
node_modules/typescript/lib/lib.dom.d.ts:8978
• onchange:
null| (this:GlobalEventHandlers,ev:Event) =>anyFires when the contents of the object or selection have changed.
ParamThe event.
HTMLElement.onchange
node_modules/typescript/lib/lib.dom.d.ts:8985
• onclick:
null| (this:GlobalEventHandlers,ev:MouseEvent) =>anyFires when the user clicks the left mouse button on the object
ParamThe mouse event.
HTMLElement.onclick
node_modules/typescript/lib/lib.dom.d.ts:8992
• onclose:
null| (this:GlobalEventHandlers,ev:Event) =>anyHTMLElement.onclose
node_modules/typescript/lib/lib.dom.d.ts:8994
• oncontextmenu:
null| (this:GlobalEventHandlers,ev:MouseEvent) =>anyFires when the user clicks the right mouse button in the client area, opening the context menu.
ParamThe mouse event.
HTMLElement.oncontextmenu
node_modules/typescript/lib/lib.dom.d.ts:9001
• oncopy:
null| (this:GlobalEventHandlers,ev:ClipboardEvent) =>anyHTMLElement.oncopy
node_modules/typescript/lib/lib.dom.d.ts:9003
• oncuechange:
null| (this:GlobalEventHandlers,ev:Event) =>anyHTMLElement.oncuechange
node_modules/typescript/lib/lib.dom.d.ts:9005
• oncut:
null| (this:GlobalEventHandlers,ev:ClipboardEvent) =>anyHTMLElement.oncut
node_modules/typescript/lib/lib.dom.d.ts:9007
• ondblclick:
null| (this:GlobalEventHandlers,ev:MouseEvent) =>anyFires when the user double-clicks the object.
ParamThe mouse event.
HTMLElement.ondblclick
node_modules/typescript/lib/lib.dom.d.ts:9014
• ondrag:
null| (this:GlobalEventHandlers,ev:DragEvent) =>anyFires on the source object continuously during a drag operation.
ParamThe event.
HTMLElement.ondrag
node_modules/typescript/lib/lib.dom.d.ts:9021
• ondragend:
null| (this:GlobalEventHandlers,ev:DragEvent) =>anyFires on the source object when the user releases the mouse at the close of a drag operation.
ParamThe event.
HTMLElement.ondragend
node_modules/typescript/lib/lib.dom.d.ts:9028
• ondragenter:
null| (this:GlobalEventHandlers,ev:DragEvent) =>anyFires on the target element when the user drags the object to a valid drop target.
ParamThe drag event.
HTMLElement.ondragenter
node_modules/typescript/lib/lib.dom.d.ts:9035
• ondragleave:
null| (this:GlobalEventHandlers,ev:DragEvent) =>anyFires on the target object when the user moves the mouse out of a valid drop target during a drag operation.
ParamThe drag event.
HTMLElement.ondragleave
node_modules/typescript/lib/lib.dom.d.ts:9042
• ondragover:
null| (this:GlobalEventHandlers,ev:DragEvent) =>anyFires on the target element continuously while the user drags the object over a valid drop target.
ParamThe event.
HTMLElement.ondragover
node_modules/typescript/lib/lib.dom.d.ts:9049
• ondragstart:
null| (this:GlobalEventHandlers,ev:DragEvent) =>anyFires on the source object when the user starts to drag a text selection or selected object.
ParamThe event.
HTMLElement.ondragstart
node_modules/typescript/lib/lib.dom.d.ts:9056
• ondrop:
null| (this:GlobalEventHandlers,ev:DragEvent) =>anyHTMLElement.ondrop
node_modules/typescript/lib/lib.dom.d.ts:9058
• ondurationchange:
null| (this:GlobalEventHandlers,ev:Event) =>anyOccurs when the duration attribute is updated.
ParamThe event.
HTMLElement.ondurationchange
node_modules/typescript/lib/lib.dom.d.ts:9065
• onemptied:
null| (this:GlobalEventHandlers,ev:Event) =>anyOccurs when the media element is reset to its initial state.
ParamThe event.
HTMLElement.onemptied
node_modules/typescript/lib/lib.dom.d.ts:9072
• onended:
null| (this:GlobalEventHandlers,ev:Event) =>anyOccurs when the end of playback is reached.
ParamThe event
HTMLElement.onended
node_modules/typescript/lib/lib.dom.d.ts:9079
• onerror:
OnErrorEventHandlerFires when an error occurs during object loading.
ParamThe event.
HTMLElement.onerror
node_modules/typescript/lib/lib.dom.d.ts:9086
• onfocus:
null| (this:GlobalEventHandlers,ev:FocusEvent) =>anyFires when the object receives focus.
ParamThe event.
HTMLElement.onfocus
node_modules/typescript/lib/lib.dom.d.ts:9093
• onformdata:
null| (this:GlobalEventHandlers,ev:FormDataEvent) =>anyHTMLElement.onformdata
node_modules/typescript/lib/lib.dom.d.ts:9095
• onfullscreenchange:
null| (this:Element,ev:Event) =>anyHTMLElement.onfullscreenchange
node_modules/typescript/lib/lib.dom.d.ts:7640
• onfullscreenerror:
null| (this:Element,ev:Event) =>anyHTMLElement.onfullscreenerror
node_modules/typescript/lib/lib.dom.d.ts:7642
• ongotpointercapture:
null| (this:GlobalEventHandlers,ev:PointerEvent) =>anyHTMLElement.ongotpointercapture
node_modules/typescript/lib/lib.dom.d.ts:9097
• oninput:
null| (this:GlobalEventHandlers,ev:Event) =>anyHTMLElement.oninput
node_modules/typescript/lib/lib.dom.d.ts:9099
• oninvalid:
null| (this:GlobalEventHandlers,ev:Event) =>anyHTMLElement.oninvalid
node_modules/typescript/lib/lib.dom.d.ts:9101
• onkeydown:
null| (this:GlobalEventHandlers,ev:KeyboardEvent) =>anyFires when the user presses a key.
ParamThe keyboard event
HTMLElement.onkeydown
node_modules/typescript/lib/lib.dom.d.ts:9108
• onkeypress:
null| (this:GlobalEventHandlers,ev:KeyboardEvent) =>anyFires when the user presses an alphanumeric key.
ParamThe event.
DeprecatedHTMLElement.onkeypress
node_modules/typescript/lib/lib.dom.d.ts:9116
• onkeyup:
null| (this:GlobalEventHandlers,ev:KeyboardEvent) =>anyFires when the user releases a key.
ParamThe keyboard event
HTMLElement.onkeyup
node_modules/typescript/lib/lib.dom.d.ts:9123
• onload:
null| (this:GlobalEventHandlers,ev:Event) =>anyFires immediately after the browser loads the object.
ParamThe event.
HTMLElement.onload
node_modules/typescript/lib/lib.dom.d.ts:9130
• onloadeddata:
null| (this:GlobalEventHandlers,ev:Event) =>anyOccurs when media data is loaded at the current playback position.
ParamThe event.
HTMLElement.onloadeddata
node_modules/typescript/lib/lib.dom.d.ts:9137
• onloadedmetadata:
null| (this:GlobalEventHandlers,ev:Event) =>anyOccurs when the duration and dimensions of the media have been determined.
ParamThe event.
HTMLElement.onloadedmetadata
node_modules/typescript/lib/lib.dom.d.ts:9144
• onloadstart:
null| (this:GlobalEventHandlers,ev:Event) =>anyOccurs when Internet Explorer begins looking for media data.
ParamThe event.
HTMLElement.onloadstart
node_modules/typescript/lib/lib.dom.d.ts:9151
• onlostpointercapture:
null| (this:GlobalEventHandlers,ev:PointerEvent) =>anyHTMLElement.onlostpointercapture
node_modules/typescript/lib/lib.dom.d.ts:9153
• onmousedown:
null| (this:GlobalEventHandlers,ev:MouseEvent) =>anyFires when the user clicks the object with either mouse button.
ParamThe mouse event.
HTMLElement.onmousedown
node_modules/typescript/lib/lib.dom.d.ts:9160
• onmouseenter:
null| (this:GlobalEventHandlers,ev:MouseEvent) =>anyHTMLElement.onmouseenter
node_modules/typescript/lib/lib.dom.d.ts:9162
• onmouseleave:
null| (this:GlobalEventHandlers,ev:MouseEvent) =>anyHTMLElement.onmouseleave
node_modules/typescript/lib/lib.dom.d.ts:9164
• onmousemove:
null| (this:GlobalEventHandlers,ev:MouseEvent) =>anyFires when the user moves the mouse over the object.
ParamThe mouse event.
HTMLElement.onmousemove
node_modules/typescript/lib/lib.dom.d.ts:9171
• onmouseout:
null| (this:GlobalEventHandlers,ev:MouseEvent) =>anyFires when the user moves the mouse pointer outside the boundaries of the object.
ParamThe mouse event.
HTMLElement.onmouseout
node_modules/typescript/lib/lib.dom.d.ts:9178
• onmouseover:
null| (this:GlobalEventHandlers,ev:MouseEvent) =>anyFires when the user moves the mouse pointer into the object.
ParamThe mouse event.
HTMLElement.onmouseover
node_modules/typescript/lib/lib.dom.d.ts:9185
• onmouseup:
null| (this:GlobalEventHandlers,ev:MouseEvent) =>anyFires when the user releases a mouse button while the mouse is over the object.
ParamThe mouse event.
HTMLElement.onmouseup
node_modules/typescript/lib/lib.dom.d.ts:9192
• onpaste:
null| (this:GlobalEventHandlers,ev:ClipboardEvent) =>anyHTMLElement.onpaste
node_modules/typescript/lib/lib.dom.d.ts:9194
• onpause:
null| (this:GlobalEventHandlers,ev:Event) =>anyOccurs when playback is paused.
ParamThe event.
HTMLElement.onpause
node_modules/typescript/lib/lib.dom.d.ts:9201
• onplay:
null| (this:GlobalEventHandlers,ev:Event) =>anyOccurs when the play method is requested.
ParamThe event.
HTMLElement.onplay
node_modules/typescript/lib/lib.dom.d.ts:9208
• onplaying:
null| (this:GlobalEventHandlers,ev:Event) =>anyOccurs when the audio or video has started playing.
ParamThe event.
HTMLElement.onplaying
node_modules/typescript/lib/lib.dom.d.ts:9215
• onpointercancel:
null| (this:GlobalEventHandlers,ev:PointerEvent) =>anyHTMLElement.onpointercancel
node_modules/typescript/lib/lib.dom.d.ts:9217
• onpointerdown:
null| (this:GlobalEventHandlers,ev:PointerEvent) =>anyHTMLElement.onpointerdown
node_modules/typescript/lib/lib.dom.d.ts:9219
• onpointerenter:
null| (this:GlobalEventHandlers,ev:PointerEvent) =>anyHTMLElement.onpointerenter
node_modules/typescript/lib/lib.dom.d.ts:9221
• onpointerleave:
null| (this:GlobalEventHandlers,ev:PointerEvent) =>anyHTMLElement.onpointerleave
node_modules/typescript/lib/lib.dom.d.ts:9223
• onpointermove:
null| (this:GlobalEventHandlers,ev:PointerEvent) =>anyHTMLElement.onpointermove
node_modules/typescript/lib/lib.dom.d.ts:9225
• onpointerout:
null| (this:GlobalEventHandlers,ev:PointerEvent) =>anyHTMLElement.onpointerout
node_modules/typescript/lib/lib.dom.d.ts:9227
• onpointerover:
null| (this:GlobalEventHandlers,ev:PointerEvent) =>anyHTMLElement.onpointerover
node_modules/typescript/lib/lib.dom.d.ts:9229
• onpointerup:
null| (this:GlobalEventHandlers,ev:PointerEvent) =>anyHTMLElement.onpointerup
node_modules/typescript/lib/lib.dom.d.ts:9231
• onprogress:
null| (this:GlobalEventHandlers,ev:ProgressEvent<EventTarget>) =>anyOccurs to indicate progress while downloading media data.
ParamThe event.
HTMLElement.onprogress
node_modules/typescript/lib/lib.dom.d.ts:9238
• onratechange:
null| (this:GlobalEventHandlers,ev:Event) =>anyOccurs when the playback rate is increased or decreased.
ParamThe event.
HTMLElement.onratechange
node_modules/typescript/lib/lib.dom.d.ts:9245
• onreset:
null| (this:GlobalEventHandlers,ev:Event) =>anyFires when the user resets a form.
ParamThe event.
HTMLElement.onreset
node_modules/typescript/lib/lib.dom.d.ts:9252
• onresize:
null| (this:GlobalEventHandlers,ev:UIEvent) =>anyHTMLElement.onresize
node_modules/typescript/lib/lib.dom.d.ts:9254
• onscroll:
null| (this:GlobalEventHandlers,ev:Event) =>anyFires when the user repositions the scroll box in the scroll bar on the object.
ParamThe event.
HTMLElement.onscroll
node_modules/typescript/lib/lib.dom.d.ts:9261
• onscrollend:
null| (this:GlobalEventHandlers,ev:Event) =>anyHTMLElement.onscrollend
node_modules/typescript/lib/lib.dom.d.ts:9263
• onsecuritypolicyviolation:
null| (this:GlobalEventHandlers,ev:SecurityPolicyViolationEvent) =>anyHTMLElement.onsecuritypolicyviolation
node_modules/typescript/lib/lib.dom.d.ts:9265
• onseeked:
null| (this:GlobalEventHandlers,ev:Event) =>anyOccurs when the seek operation ends.
ParamThe event.
HTMLElement.onseeked
node_modules/typescript/lib/lib.dom.d.ts:9272
• onseeking:
null| (this:GlobalEventHandlers,ev:Event) =>anyOccurs when the current playback position is moved.
ParamThe event.
HTMLElement.onseeking
node_modules/typescript/lib/lib.dom.d.ts:9279
• onselect:
null| (this:GlobalEventHandlers,ev:Event) =>anyFires when the current selection changes.
ParamThe event.
HTMLElement.onselect
node_modules/typescript/lib/lib.dom.d.ts:9286
• onselectionchange:
null| (this:GlobalEventHandlers,ev:Event) =>anyHTMLElement.onselectionchange
node_modules/typescript/lib/lib.dom.d.ts:9288
• onselectstart:
null| (this:GlobalEventHandlers,ev:Event) =>anyHTMLElement.onselectstart
node_modules/typescript/lib/lib.dom.d.ts:9290
• onslotchange:
null| (this:GlobalEventHandlers,ev:Event) =>anyHTMLElement.onslotchange
node_modules/typescript/lib/lib.dom.d.ts:9292
• onstalled:
null| (this:GlobalEventHandlers,ev:Event) =>anyOccurs when the download has stopped.
ParamThe event.
HTMLElement.onstalled
node_modules/typescript/lib/lib.dom.d.ts:9299
• onsubmit:
null| (this:GlobalEventHandlers,ev:SubmitEvent) =>anyHTMLElement.onsubmit
node_modules/typescript/lib/lib.dom.d.ts:9301
• onsuspend:
null| (this:GlobalEventHandlers,ev:Event) =>anyOccurs if the load operation has been intentionally halted.
ParamThe event.
HTMLElement.onsuspend
node_modules/typescript/lib/lib.dom.d.ts:9308
• ontimeupdate:
null| (this:GlobalEventHandlers,ev:Event) =>anyOccurs to indicate the current playback position.
ParamThe event.
HTMLElement.ontimeupdate
node_modules/typescript/lib/lib.dom.d.ts:9315
• ontoggle:
null| (this:GlobalEventHandlers,ev:Event) =>anyHTMLElement.ontoggle
node_modules/typescript/lib/lib.dom.d.ts:9317
•
Optionalontouchcancel:null| (this:GlobalEventHandlers,ev:TouchEvent) =>anyHTMLElement.ontouchcancel
node_modules/typescript/lib/lib.dom.d.ts:9319
•
Optionalontouchend:null| (this:GlobalEventHandlers,ev:TouchEvent) =>anyHTMLElement.ontouchend
node_modules/typescript/lib/lib.dom.d.ts:9321
•
Optionalontouchmove:null| (this:GlobalEventHandlers,ev:TouchEvent) =>anyHTMLElement.ontouchmove
node_modules/typescript/lib/lib.dom.d.ts:9323
•
Optionalontouchstart:null| (this:GlobalEventHandlers,ev:TouchEvent) =>anyHTMLElement.ontouchstart
node_modules/typescript/lib/lib.dom.d.ts:9325
• ontransitioncancel:
null| (this:GlobalEventHandlers,ev:TransitionEvent) =>anyHTMLElement.ontransitioncancel
node_modules/typescript/lib/lib.dom.d.ts:9327
• ontransitionend:
null| (this:GlobalEventHandlers,ev:TransitionEvent) =>anyHTMLElement.ontransitionend
node_modules/typescript/lib/lib.dom.d.ts:9329
• ontransitionrun:
null| (this:GlobalEventHandlers,ev:TransitionEvent) =>anyHTMLElement.ontransitionrun
node_modules/typescript/lib/lib.dom.d.ts:9331
• ontransitionstart:
null| (this:GlobalEventHandlers,ev:TransitionEvent) =>anyHTMLElement.ontransitionstart
node_modules/typescript/lib/lib.dom.d.ts:9333
• onvolumechange:
null| (this:GlobalEventHandlers,ev:Event) =>anyOccurs when the volume is changed, or playback is muted or unmuted.
ParamThe event.
HTMLElement.onvolumechange
node_modules/typescript/lib/lib.dom.d.ts:9340
• onwaiting:
null| (this:GlobalEventHandlers,ev:Event) =>anyOccurs when playback stops because the next frame of a video resource is not available.
ParamThe event.
HTMLElement.onwaiting
node_modules/typescript/lib/lib.dom.d.ts:9347
• onwebkitanimationend:
null| (this:GlobalEventHandlers,ev:Event) =>any
DeprecatedThis is a legacy alias of
onanimationend.HTMLElement.onwebkitanimationend
node_modules/typescript/lib/lib.dom.d.ts:9353
• onwebkitanimationiteration:
null| (this:GlobalEventHandlers,ev:Event) =>any
DeprecatedThis is a legacy alias of
onanimationiteration.HTMLElement.onwebkitanimationiteration
node_modules/typescript/lib/lib.dom.d.ts:9359
• onwebkitanimationstart:
null| (this:GlobalEventHandlers,ev:Event) =>any
DeprecatedThis is a legacy alias of
onanimationstart.HTMLElement.onwebkitanimationstart
node_modules/typescript/lib/lib.dom.d.ts:9365
• onwebkittransitionend:
null| (this:GlobalEventHandlers,ev:Event) =>any
DeprecatedThis is a legacy alias of
ontransitionend.HTMLElement.onwebkittransitionend
node_modules/typescript/lib/lib.dom.d.ts:9371
• onwheel:
null| (this:GlobalEventHandlers,ev:WheelEvent) =>anyHTMLElement.onwheel
node_modules/typescript/lib/lib.dom.d.ts:9373
• outerHTML:
stringHTMLElement.outerHTML
node_modules/typescript/lib/lib.dom.d.ts:7644
• outerText:
stringHTMLElement.outerText
node_modules/typescript/lib/lib.dom.d.ts:10080
•
ReadonlyownerDocument:DocumentHTMLElement.ownerDocument
node_modules/typescript/lib/lib.dom.d.ts:7645
•
ReadonlyparentElement:null|HTMLElementReturns the parent element.
HTMLElement.parentElement
node_modules/typescript/lib/lib.dom.d.ts:16130
•
ReadonlyparentNode:null|ParentNodeReturns the parent.
HTMLElement.parentNode
node_modules/typescript/lib/lib.dom.d.ts:16136
•
Readonlypart:DOMTokenListHTMLElement.part
node_modules/typescript/lib/lib.dom.d.ts:7647
• popover:
null|stringHTMLElement.popover
node_modules/typescript/lib/lib.dom.d.ts:10082
•
Readonlyprefix:null|stringReturns the namespace prefix.
HTMLElement.prefix
node_modules/typescript/lib/lib.dom.d.ts:7653
•
ReadonlypreviousElementSibling:null|ElementReturns the first preceding sibling that is an element, and null otherwise.
HTMLElement.previousElementSibling
node_modules/typescript/lib/lib.dom.d.ts:16360
•
ReadonlypreviousSibling:null|ChildNodeReturns the previous sibling.
HTMLElement.previousSibling
node_modules/typescript/lib/lib.dom.d.ts:16142
• role:
null|stringHTMLElement.role
node_modules/typescript/lib/lib.dom.d.ts:2281
•
ReadonlyscrollHeight:numberHTMLElement.scrollHeight
node_modules/typescript/lib/lib.dom.d.ts:7655
• scrollLeft:
numberHTMLElement.scrollLeft
node_modules/typescript/lib/lib.dom.d.ts:7657
• scrollTop:
numberHTMLElement.scrollTop
node_modules/typescript/lib/lib.dom.d.ts:7659
•
ReadonlyscrollWidth:numberHTMLElement.scrollWidth
node_modules/typescript/lib/lib.dom.d.ts:7661
•
ReadonlyshadowRoot:null|ShadowRootReturns element's shadow root, if any, and if shadow root's mode is "open", and null otherwise.
HTMLElement.shadowRoot
node_modules/typescript/lib/lib.dom.d.ts:7667
• slot:
stringReturns the value of element's slot content attribute. Can be set to change it.
HTMLElement.slot
node_modules/typescript/lib/lib.dom.d.ts:7673
• spellcheck:
booleanHTMLElement.spellcheck
node_modules/typescript/lib/lib.dom.d.ts:10084
•
Readonlystyle:CSSStyleDeclarationHTMLElement.style
node_modules/typescript/lib/lib.dom.d.ts:7857
• tabIndex:
numberHTMLElement.tabIndex
node_modules/typescript/lib/lib.dom.d.ts:12051
•
ReadonlytagName:stringReturns the HTML-uppercased qualified name.
HTMLElement.tagName
node_modules/typescript/lib/lib.dom.d.ts:7679
• textContent:
null|stringHTMLElement.textContent
node_modules/typescript/lib/lib.dom.d.ts:16144
• title:
stringHTMLElement.title
node_modules/typescript/lib/lib.dom.d.ts:10086
• translate:
booleanHTMLElement.translate
node_modules/typescript/lib/lib.dom.d.ts:10087
▸ addEventListener<
K>(type,listener,options?):void
Name Type Kextends keyof HTMLElementEventMap
Name Type typeKlistener( this:HTMLQuoteElement,ev:HTMLElementEventMap[K]) =>anyoptions?boolean|AddEventListenerOptions
voidHTMLElement.addEventListener
node_modules/typescript/lib/lib.dom.d.ts:12272
▸ addEventListener(
type,listener,options?):void
Name Type typestringlistenerEventListenerOrEventListenerObjectoptions?boolean|AddEventListenerOptions
voidHTMLElement.addEventListener
node_modules/typescript/lib/lib.dom.d.ts:12273
▸ after(
...nodes):voidInserts 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.
Name Type ...nodes( string|Node)[]
voidHTMLElement.after
node_modules/typescript/lib/lib.dom.d.ts:5599
▸ animate(
keyframes,options?):Animation
Name Type keyframesnull|PropertyIndexedKeyframes|Keyframe[]options?number|KeyframeAnimationOptionsHTMLElement.animate
node_modules/typescript/lib/lib.dom.d.ts:2431
▸ append(
...nodes):voidInserts 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.
Name Type ...nodes( string|Node)[]
voidHTMLElement.append
node_modules/typescript/lib/lib.dom.d.ts:16789
▸ appendChild<
T>(node):T
Name Type Textends Node
Name Type nodeT
THTMLElement.appendChild
node_modules/typescript/lib/lib.dom.d.ts:16146
▸ attachInternals():
ElementInternalsHTMLElement.attachInternals
node_modules/typescript/lib/lib.dom.d.ts:10089
▸ attachShadow(
init):ShadowRootCreates a shadow root for element and returns it.
Name Type initShadowRootInitHTMLElement.attachShadow
node_modules/typescript/lib/lib.dom.d.ts:7685
▸ before(
...nodes):voidInserts 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.
Name Type ...nodes( string|Node)[]
voidHTMLElement.before
node_modules/typescript/lib/lib.dom.d.ts:5607
▸ blur():
void
voidHTMLElement.blur
node_modules/typescript/lib/lib.dom.d.ts:12053
▸ checkVisibility(
options?):boolean
Name Type options?CheckVisibilityOptions
booleanHTMLElement.checkVisibility
node_modules/typescript/lib/lib.dom.d.ts:7686
▸ click():
void
voidHTMLElement.click
node_modules/typescript/lib/lib.dom.d.ts:10091
▸ cloneNode(
deep?):NodeReturns a copy of node. If deep is true, the copy also includes the node's descendants.
Name Type deep?booleanHTMLElement.cloneNode
node_modules/typescript/lib/lib.dom.d.ts:16152
▸ closest<
K>(selector):null|HTMLElementTagNameMap[K]Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.
Name Type Kextends keyof HTMLElementTagNameMap
Name Type selectorK
null|HTMLElementTagNameMap[K]HTMLElement.closest
node_modules/typescript/lib/lib.dom.d.ts:7692
▸ closest<
K>(selector):null|SVGElementTagNameMap[K]
Name Type Kextends keyof SVGElementTagNameMap
Name Type selectorK
null|SVGElementTagNameMap[K]HTMLElement.closest
node_modules/typescript/lib/lib.dom.d.ts:7693
▸ closest<
K>(selector):null|MathMLElementTagNameMap[K]
Name Type Kextends keyof MathMLElementTagNameMap
Name Type selectorK
null|MathMLElementTagNameMap[K]HTMLElement.closest
node_modules/typescript/lib/lib.dom.d.ts:7694
▸ closest<
E>(selectors):null|E
Name Type Eextends Element=Element
Name Type selectorsstring
null|EHTMLElement.closest
node_modules/typescript/lib/lib.dom.d.ts:7695
▸ compareDocumentPosition(
other):numberReturns a bitmask indicating the position of other relative to node.
Name Type otherNode
numberHTMLElement.compareDocumentPosition
node_modules/typescript/lib/lib.dom.d.ts:16158
▸ computedStyleMap():
StylePropertyMapReadOnlyHTMLElement.computedStyleMap
node_modules/typescript/lib/lib.dom.d.ts:7697
▸ contains(
other):booleanReturns true if other is an inclusive descendant of node, and false otherwise.
Name Type othernull|Node
booleanHTMLElement.contains
node_modules/typescript/lib/lib.dom.d.ts:16164
▸ dispatchEvent(
event):booleanDispatches 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.
Name Type eventEvent
booleanHTMLElement.dispatchEvent
node_modules/typescript/lib/lib.dom.d.ts:8217
▸ focus(
options?):void
Name Type options?FocusOptions
voidHTMLElement.focus
node_modules/typescript/lib/lib.dom.d.ts:12055
▸ getAnimations(
options?):Animation[]
Name Type options?GetAnimationsOptionsHTMLElement.getAnimations
node_modules/typescript/lib/lib.dom.d.ts:2433
▸ getAttribute(
qualifiedName):null|stringReturns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.
Name Type qualifiedNamestring
null|stringHTMLElement.getAttribute
node_modules/typescript/lib/lib.dom.d.ts:7703
▸ getAttributeNS(
namespace,localName):null|stringReturns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise.
Name Type namespacenull|stringlocalNamestring
null|stringHTMLElement.getAttributeNS
node_modules/typescript/lib/lib.dom.d.ts:7709
▸ getAttributeNames():
string[]Returns the qualified names of all element's attributes. Can contain duplicates.
string[]HTMLElement.getAttributeNames
node_modules/typescript/lib/lib.dom.d.ts:7715
▸ getAttributeNode(
qualifiedName):null|Attr
Name Type qualifiedNamestring
null|AttrHTMLElement.getAttributeNode
node_modules/typescript/lib/lib.dom.d.ts:7717
▸ getAttributeNodeNS(
namespace,localName):null|Attr
Name Type namespacenull|stringlocalNamestring
null|AttrHTMLElement.getAttributeNodeNS
node_modules/typescript/lib/lib.dom.d.ts:7719
▸ getBoundingClientRect():
DOMRectHTMLElement.getBoundingClientRect
node_modules/typescript/lib/lib.dom.d.ts:7721
▸ getClientRects():
DOMRectListHTMLElement.getClientRects
node_modules/typescript/lib/lib.dom.d.ts:7723
▸ 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.
Name Type classNamesstringHTMLElement.getElementsByClassName
node_modules/typescript/lib/lib.dom.d.ts:7729
▸ getElementsByTagName<
K>(qualifiedName):HTMLCollectionOf<HTMLElementTagNameMap[K]>
Name Type Kextends keyof HTMLElementTagNameMap
Name Type qualifiedNameK
HTMLCollectionOf<HTMLElementTagNameMap[K]>HTMLElement.getElementsByTagName
node_modules/typescript/lib/lib.dom.d.ts:7731
▸ getElementsByTagName<
K>(qualifiedName):HTMLCollectionOf<SVGElementTagNameMap[K]>
Name Type Kextends keyof SVGElementTagNameMap
Name Type qualifiedNameK
HTMLCollectionOf<SVGElementTagNameMap[K]>HTMLElement.getElementsByTagName
node_modules/typescript/lib/lib.dom.d.ts:7732
▸ getElementsByTagName<
K>(qualifiedName):HTMLCollectionOf<MathMLElementTagNameMap[K]>
Name Type Kextends keyof MathMLElementTagNameMap
Name Type qualifiedNameK
HTMLCollectionOf<MathMLElementTagNameMap[K]>HTMLElement.getElementsByTagName
node_modules/typescript/lib/lib.dom.d.ts:7733
▸ getElementsByTagName<
K>(qualifiedName):HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>
Name Type Kextends keyof HTMLElementDeprecatedTagNameMap
Name Type qualifiedNameK
HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>
DeprecatedHTMLElement.getElementsByTagName
node_modules/typescript/lib/lib.dom.d.ts:7735
▸ getElementsByTagName(
qualifiedName):HTMLCollectionOf<Element>
Name Type qualifiedNamestringHTMLElement.getElementsByTagName
node_modules/typescript/lib/lib.dom.d.ts:7736
▸ getElementsByTagNameNS(
namespaceURI,localName):HTMLCollectionOf<HTMLElement>
Name Type namespaceURI"http://www.w3.org/1999/xhtml"localNamestringHTMLElement.getElementsByTagNameNS
node_modules/typescript/lib/lib.dom.d.ts:7738
▸ getElementsByTagNameNS(
namespaceURI,localName):HTMLCollectionOf<SVGElement>
Name Type namespaceURI"http://www.w3.org/2000/svg"localNamestringHTMLElement.getElementsByTagNameNS
node_modules/typescript/lib/lib.dom.d.ts:7739
▸ getElementsByTagNameNS(
namespaceURI,localName):HTMLCollectionOf<MathMLElement>
Name Type namespaceURI"http://www.w3.org/1998/Math/MathML"localNamestring
HTMLCollectionOf<MathMLElement>HTMLElement.getElementsByTagNameNS
node_modules/typescript/lib/lib.dom.d.ts:7740
▸ getElementsByTagNameNS(
namespace,localName):HTMLCollectionOf<Element>
Name Type namespacenull|stringlocalNamestringHTMLElement.getElementsByTagNameNS
node_modules/typescript/lib/lib.dom.d.ts:7741
▸ getRootNode(
options?):NodeReturns node's root.
Name Type options?GetRootNodeOptionsHTMLElement.getRootNode
node_modules/typescript/lib/lib.dom.d.ts:16170
▸ hasAttribute(
qualifiedName):booleanReturns true if element has an attribute whose qualified name is qualifiedName, and false otherwise.
Name Type qualifiedNamestring
booleanHTMLElement.hasAttribute
node_modules/typescript/lib/lib.dom.d.ts:7747
▸ hasAttributeNS(
namespace,localName):booleanReturns true if element has an attribute whose namespace is namespace and local name is localName.
Name Type namespacenull|stringlocalNamestring
booleanHTMLElement.hasAttributeNS
node_modules/typescript/lib/lib.dom.d.ts:7753
▸ hasAttributes():
booleanReturns true if element has attributes, and false otherwise.
booleanHTMLElement.hasAttributes
node_modules/typescript/lib/lib.dom.d.ts:7759
▸ hasChildNodes():
booleanReturns whether node has children.
booleanHTMLElement.hasChildNodes
node_modules/typescript/lib/lib.dom.d.ts:16176
▸ hasPointerCapture(
pointerId):boolean
Name Type pointerIdnumber
booleanHTMLElement.hasPointerCapture
node_modules/typescript/lib/lib.dom.d.ts:7761
▸ hidePopover():
void
voidHTMLElement.hidePopover
node_modules/typescript/lib/lib.dom.d.ts:10093
▸ insertAdjacentElement(
where,element):null|Element
Name Type whereInsertPositionelementElement
null|ElementHTMLElement.insertAdjacentElement
node_modules/typescript/lib/lib.dom.d.ts:7763
▸ insertAdjacentHTML(
position,text):void
Name Type positionInsertPositiontextstring
voidHTMLElement.insertAdjacentHTML
node_modules/typescript/lib/lib.dom.d.ts:7765
▸ insertAdjacentText(
where,data):void
Name Type whereInsertPositiondatastring
voidHTMLElement.insertAdjacentText
node_modules/typescript/lib/lib.dom.d.ts:7767
▸ insertBefore<
T>(node,child):T
Name Type Textends Node
Name Type nodeTchildnull|Node
THTMLElement.insertBefore
node_modules/typescript/lib/lib.dom.d.ts:16178
▸ isDefaultNamespace(
namespace):boolean
Name Type namespacenull|string
booleanHTMLElement.isDefaultNamespace
node_modules/typescript/lib/lib.dom.d.ts:16180
▸ isEqualNode(
otherNode):booleanReturns whether node and otherNode have the same properties.
Name Type otherNodenull|Node
booleanHTMLElement.isEqualNode
node_modules/typescript/lib/lib.dom.d.ts:16186
▸ isSameNode(
otherNode):boolean
Name Type otherNodenull|Node
booleanHTMLElement.isSameNode
node_modules/typescript/lib/lib.dom.d.ts:16188
▸ lookupNamespaceURI(
prefix):null|string
Name Type prefixnull|string
null|stringHTMLElement.lookupNamespaceURI
node_modules/typescript/lib/lib.dom.d.ts:16190
▸ lookupPrefix(
namespace):null|string
Name Type namespacenull|string
null|stringHTMLElement.lookupPrefix
node_modules/typescript/lib/lib.dom.d.ts:16192
▸ matches(
selectors):booleanReturns true if matching selectors against element's root yields element, and false otherwise.
Name Type selectorsstring
booleanHTMLElement.matches
node_modules/typescript/lib/lib.dom.d.ts:7773
▸ normalize():
voidRemoves empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.
voidHTMLElement.normalize
node_modules/typescript/lib/lib.dom.d.ts:16198
▸ prepend(
...nodes):voidInserts 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.
Name Type ...nodes( string|Node)[]
voidHTMLElement.prepend
node_modules/typescript/lib/lib.dom.d.ts:16797
▸ querySelector<
K>(selectors):null|HTMLElementTagNameMap[K]Returns the first element that is a descendant of node that matches selectors.
Name Type Kextends keyof HTMLElementTagNameMap
Name Type selectorsK
null|HTMLElementTagNameMap[K]HTMLElement.querySelector
node_modules/typescript/lib/lib.dom.d.ts:16803
▸ querySelector<
K>(selectors):null|SVGElementTagNameMap[K]
Name Type Kextends keyof SVGElementTagNameMap
Name Type selectorsK
null|SVGElementTagNameMap[K]HTMLElement.querySelector
node_modules/typescript/lib/lib.dom.d.ts:16804
▸ querySelector<
K>(selectors):null|MathMLElementTagNameMap[K]
Name Type Kextends keyof MathMLElementTagNameMap
Name Type selectorsK
null|MathMLElementTagNameMap[K]HTMLElement.querySelector
node_modules/typescript/lib/lib.dom.d.ts:16805
▸ querySelector<
K>(selectors):null|HTMLElementDeprecatedTagNameMap[K]
Name Type Kextends keyof HTMLElementDeprecatedTagNameMap
Name Type selectorsK
null|HTMLElementDeprecatedTagNameMap[K]
DeprecatedHTMLElement.querySelector
node_modules/typescript/lib/lib.dom.d.ts:16807
▸ querySelector<
E>(selectors):null|E
Name Type Eextends Element=Element
Name Type selectorsstring
null|EHTMLElement.querySelector
node_modules/typescript/lib/lib.dom.d.ts:16808
▸ querySelectorAll<
K>(selectors):NodeListOf<HTMLElementTagNameMap[K]>Returns all element descendants of node that match selectors.
Name Type Kextends keyof HTMLElementTagNameMap
Name Type selectorsK
NodeListOf<HTMLElementTagNameMap[K]>HTMLElement.querySelectorAll
node_modules/typescript/lib/lib.dom.d.ts:16814
▸ querySelectorAll<
K>(selectors):NodeListOf<SVGElementTagNameMap[K]>
Name Type Kextends keyof SVGElementTagNameMap
Name Type selectorsK
NodeListOf<SVGElementTagNameMap[K]>HTMLElement.querySelectorAll
node_modules/typescript/lib/lib.dom.d.ts:16815
▸ querySelectorAll<
K>(selectors):NodeListOf<MathMLElementTagNameMap[K]>
Name Type Kextends keyof MathMLElementTagNameMap
Name Type selectorsK
NodeListOf<MathMLElementTagNameMap[K]>HTMLElement.querySelectorAll
node_modules/typescript/lib/lib.dom.d.ts:16816
▸ querySelectorAll<
K>(selectors):NodeListOf<HTMLElementDeprecatedTagNameMap[K]>
Name Type Kextends keyof HTMLElementDeprecatedTagNameMap
Name Type selectorsK
NodeListOf<HTMLElementDeprecatedTagNameMap[K]>
DeprecatedHTMLElement.querySelectorAll
node_modules/typescript/lib/lib.dom.d.ts:16818
▸ querySelectorAll<
E>(selectors):NodeListOf<E>
Name Type Eextends Element=Element
Name Type selectorsstring
NodeListOf<E>HTMLElement.querySelectorAll
node_modules/typescript/lib/lib.dom.d.ts:16819
▸ releasePointerCapture(
pointerId):void
Name Type pointerIdnumber
voidHTMLElement.releasePointerCapture
node_modules/typescript/lib/lib.dom.d.ts:7775
▸ remove():
voidRemoves node.
voidHTMLElement.remove
node_modules/typescript/lib/lib.dom.d.ts:5613
▸ removeAttribute(
qualifiedName):voidRemoves element's first attribute whose qualified name is qualifiedName.
Name Type qualifiedNamestring
voidHTMLElement.removeAttribute
node_modules/typescript/lib/lib.dom.d.ts:7781
▸ removeAttributeNS(
namespace,localName):voidRemoves element's attribute whose namespace is namespace and local name is localName.
Name Type namespacenull|stringlocalNamestring
voidHTMLElement.removeAttributeNS
node_modules/typescript/lib/lib.dom.d.ts:7787
▸ removeAttributeNode(
attr):Attr
Name Type attrAttrHTMLElement.removeAttributeNode
node_modules/typescript/lib/lib.dom.d.ts:7789
▸ removeChild<
T>(child):T
Name Type Textends Node
Name Type childT
THTMLElement.removeChild
node_modules/typescript/lib/lib.dom.d.ts:16200
▸ removeEventListener<
K>(type,listener,options?):void
Name Type Kextends keyof HTMLElementEventMap
Name Type typeKlistener( this:HTMLQuoteElement,ev:HTMLElementEventMap[K]) =>anyoptions?boolean|EventListenerOptions
voidHTMLElement.removeEventListener
node_modules/typescript/lib/lib.dom.d.ts:12274
▸ removeEventListener(
type,listener,options?):void
Name Type typestringlistenerEventListenerOrEventListenerObjectoptions?boolean|EventListenerOptions
voidHTMLElement.removeEventListener
node_modules/typescript/lib/lib.dom.d.ts:12275
▸ replaceChild<
T>(node,child):T
Name Type Textends Node
Name Type nodeNodechildT
THTMLElement.replaceChild
node_modules/typescript/lib/lib.dom.d.ts:16202
▸ replaceChildren(
...nodes):voidReplace 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.
Name Type ...nodes( string|Node)[]
voidHTMLElement.replaceChildren
node_modules/typescript/lib/lib.dom.d.ts:16827
▸ replaceWith(
...nodes):voidReplaces 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.
Name Type ...nodes( string|Node)[]
voidHTMLElement.replaceWith
node_modules/typescript/lib/lib.dom.d.ts:5621
▸ 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.
Name Type options?FullscreenOptions
Promise<void>HTMLElement.requestFullscreen
node_modules/typescript/lib/lib.dom.d.ts:7797
▸ requestPointerLock():
void
voidHTMLElement.requestPointerLock
node_modules/typescript/lib/lib.dom.d.ts:7799
▸ scroll(
options?):void
Name Type options?ScrollToOptions
voidHTMLElement.scroll
node_modules/typescript/lib/lib.dom.d.ts:7801
▸ scroll(
x,y):void
Name Type xnumberynumber
voidHTMLElement.scroll
node_modules/typescript/lib/lib.dom.d.ts:7802
▸ scrollBy(
options?):void
Name Type options?ScrollToOptions
voidHTMLElement.scrollBy
node_modules/typescript/lib/lib.dom.d.ts:7804
▸ scrollBy(
x,y):void
Name Type xnumberynumber
voidHTMLElement.scrollBy
node_modules/typescript/lib/lib.dom.d.ts:7805
▸ scrollIntoView(
arg?):void
Name Type arg?boolean|ScrollIntoViewOptions
voidHTMLElement.scrollIntoView
node_modules/typescript/lib/lib.dom.d.ts:7807
▸ scrollTo(
options?):void
Name Type options?ScrollToOptions
voidHTMLElement.scrollTo
node_modules/typescript/lib/lib.dom.d.ts:7809
▸ scrollTo(
x,y):void
Name Type xnumberynumber
voidHTMLElement.scrollTo
node_modules/typescript/lib/lib.dom.d.ts:7810
▸ setAttribute(
qualifiedName,value):voidSets the value of element's first attribute whose qualified name is qualifiedName to value.
Name Type qualifiedNamestringvaluestring
voidHTMLElement.setAttribute
node_modules/typescript/lib/lib.dom.d.ts:7816
▸ setAttributeNS(
namespace,qualifiedName,value):voidSets the value of element's attribute whose namespace is namespace and local name is localName to value.
Name Type namespacenull|stringqualifiedNamestringvaluestring
voidHTMLElement.setAttributeNS
node_modules/typescript/lib/lib.dom.d.ts:7822
▸ setAttributeNode(
attr):null|Attr
Name Type attrAttr
null|AttrHTMLElement.setAttributeNode
node_modules/typescript/lib/lib.dom.d.ts:7824
▸ setAttributeNodeNS(
attr):null|Attr
Name Type attrAttr
null|AttrHTMLElement.setAttributeNodeNS
node_modules/typescript/lib/lib.dom.d.ts:7826
▸ setPointerCapture(
pointerId):void
Name Type pointerIdnumber
voidHTMLElement.setPointerCapture
node_modules/typescript/lib/lib.dom.d.ts:7828
▸ showPopover():
void
voidHTMLElement.showPopover
node_modules/typescript/lib/lib.dom.d.ts:10095
▸ toggleAttribute(
qualifiedName,force?):booleanIf 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.
Name Type qualifiedNamestringforce?boolean
booleanHTMLElement.toggleAttribute
node_modules/typescript/lib/lib.dom.d.ts:7836
▸ togglePopover(
force?):void
Name Type force?boolean
voidHTMLElement.togglePopover
node_modules/typescript/lib/lib.dom.d.ts:10097
▸ webkitMatchesSelector(
selectors):boolean
Name Type selectorsstring
boolean
DeprecatedThis is a legacy alias of
matches.HTMLElement.webkitMatchesSelector
node_modules/typescript/lib/lib.dom.d.ts:7842
- @ralphschuler/ai-function-caller
- index
- types/AIFunction
- types/Message
- @ralphschuler/assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- error
- index
- util
- @ralphschuler/better-map
- @ralphschuler/better-set
- @ralphschuler/binary-serializer
- @ralphschuler/bit-mask
- @ralphschuler/complex-compare
- @ralphschuler/i811n
- @ralphschuler/logger
- Color
- ColorMap
- Logger
- animations/BallonAnimation
- animations/BaseAnimation
- animations/BombAnimation
- animations/BouncingBallAnimation
- animations/ClockAnimation
- animations/DotsAnimation
- animations/HorizontalBarAnimation
- animations/PongAnimation
- animations/ProgressAnimation
- animations/ProgressBarAnimation
- animations/SpinnerAnimation
- animations/VerticalBarAnimation
- enums/LogLevel
- index
- interfaces/IColor
- interfaces/IMessage
- types/ColorName
- types/Colors
- @ralphschuler/lsystem
- @ralphschuler/mixin-class-factory
- @ralphschuler/neuronal-network
- @ralphschuler/parser-combinator
- index
- inputTypes
- parser
- unicode
- @ralphschuler/prom-metrics-decorator
- @ralphschuler/prom-metrics-parser
- @ralphschuler/random
- PseudoRandomItemSelector
- PseudoRandomNumberGenerator
- Seed
- index
- strategies
- strategy
- strategy
- strategy
- strategy
- strategy
- strategy
- types
- type
- type
- type
- @ralphschuler/safe-array
- @ralphschuler/slot-mashine
- @ralphschuler/state-store
- StateStore
- index
- type
- type
- type
- type
- type
- type
- type
- type
- util
- @ralphschuler/stats-tracker
- @ralphschuler/ts-error
- error
- index
- type
- util
- util
- util
- util
- @ralphschuler/webgl-sand-engine
- index
- pixel-renderer
- @ralphschuler/webgl-shader-factory
- "node:stream/consumers"
- "node:stream/promises"
- ChatCompletionSnapshot
- Choice
- Message
- ToolCall
- EventEmitter
- FormData
- OpenAI
- OpenAI
- Audio
- Speech
- Transcriptions
- Translations
- Beta
- Assistants
- Assistant
- AssistantCreateParams
- AssistantUpdateParams
- Files
- Chat
- Threads
- Messages
- Files
- MessageContentImageFile
- MessageContentText
- Text
- FileCitation
- FilePath
- Runs
- RequiredActionFunctionToolCall
- Run
- RequiredAction
- RunCreateParams
- RunSubmitToolOutputsParams
- Steps
- CodeToolCall
- CodeInterpreter
- Image
- FunctionToolCall
- MessageCreationStepDetails
- RunStep
- ThreadCreateAndRunParams
- Thread
- ThreadCreateParams
- Chat
- Completions
- ChatCompletion
- ChatCompletionAssistantMessageParam
- ChatCompletionChunk
- Choice
- Delta
- ToolCall
- ChatCompletionContentPartImage
- ChatCompletionCreateParams
- ChatCompletionMessage
- ChatCompletionMessageToolCall
- ChatCompletionNamedToolChoice
- Completions
- CompletionChoice
- CompletionCreateParams
- Edits
- Edit
- Embeddings
- CreateEmbeddingResponse
- Files
- FineTunes
- FineTune
- FineTuneCreateParams
- FineTuneListEventsParams
- FineTuning
- Jobs
- FineTuningJob
- JobCreateParams
- Images
- Models
- Moderations
- Moderation
- internal
- finished
- pipeline
- "node:stream/consumers"
- "node:stream/promises"
- EventEmitter
- internal
- finished
- pipeline
- Counter
- Gauge
- Histogram
- Summary