-
Notifications
You must be signed in to change notification settings - Fork 0
@ralphschuler.webgl shader factory.<internal>.Element
@ralphschuler/webgl-shader-factory.<internal>.Element
Element is the most general base class from which all objects in a Document inherit. It only has methods and properties common to all kinds of elements. More specific classes inherit from Element.
-
↳
Element
- 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
- 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
- attributes
- baseURI
- childElementCount
- childNodes
- children
- classList
- className
- clientHeight
- clientLeft
- clientTop
- clientWidth
- firstChild
- firstElementChild
- id
- innerHTML
- isConnected
- lastChild
- lastElementChild
- localName
- namespaceURI
- nextElementSibling
- nextSibling
- nodeName
- nodeType
- nodeValue
- onfullscreenchange
- onfullscreenerror
- outerHTML
- ownerDocument
- parentElement
- parentNode
- part
- prefix
- previousElementSibling
- previousSibling
- role
- scrollHeight
- scrollLeft
- scrollTop
- scrollWidth
- shadowRoot
- slot
- tagName
- textContent
- addEventListener
- after
- animate
- append
- appendChild
- attachShadow
- before
- checkVisibility
- cloneNode
- closest
- compareDocumentPosition
- computedStyleMap
- contains
- dispatchEvent
- getAnimations
- getAttribute
- getAttributeNS
- getAttributeNames
- getAttributeNode
- getAttributeNodeNS
- getBoundingClientRect
- getClientRects
- getElementsByClassName
- getElementsByTagName
- getElementsByTagNameNS
- getRootNode
- hasAttribute
- hasAttributeNS
- hasAttributes
- hasChildNodes
- hasPointerCapture
- 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
- toggleAttribute
- webkitMatchesSelector
• Readonly
ATTRIBUTE_NODE: 2
node_modules/typescript/lib/lib.dom.d.ts:16205
• Readonly
CDATA_SECTION_NODE: 4
node is a CDATASection node.
node_modules/typescript/lib/lib.dom.d.ts:16209
• Readonly
COMMENT_NODE: 8
node is a Comment node.
node_modules/typescript/lib/lib.dom.d.ts:16215
• Readonly
DOCUMENT_FRAGMENT_NODE: 11
node is a DocumentFragment node.
ParentNode.DOCUMENT_FRAGMENT_NODE
node_modules/typescript/lib/lib.dom.d.ts:16221
• Readonly
DOCUMENT_NODE: 9
node is a document.
node_modules/typescript/lib/lib.dom.d.ts:16217
• Readonly
DOCUMENT_POSITION_CONTAINED_BY: 16
Set when other is a descendant of node.
ParentNode.DOCUMENT_POSITION_CONTAINED_BY
node_modules/typescript/lib/lib.dom.d.ts:16232
• Readonly
DOCUMENT_POSITION_CONTAINS: 8
Set when other is an ancestor of node.
ParentNode.DOCUMENT_POSITION_CONTAINS
node_modules/typescript/lib/lib.dom.d.ts:16230
• Readonly
DOCUMENT_POSITION_DISCONNECTED: 1
Set when node and other are not in the same tree.
ParentNode.DOCUMENT_POSITION_DISCONNECTED
node_modules/typescript/lib/lib.dom.d.ts:16224
• Readonly
DOCUMENT_POSITION_FOLLOWING: 4
Set when other is following node.
ParentNode.DOCUMENT_POSITION_FOLLOWING
node_modules/typescript/lib/lib.dom.d.ts:16228
• Readonly
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32
ParentNode.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
node_modules/typescript/lib/lib.dom.d.ts:16233
• Readonly
DOCUMENT_POSITION_PRECEDING: 2
Set when other is preceding node.
ParentNode.DOCUMENT_POSITION_PRECEDING
node_modules/typescript/lib/lib.dom.d.ts:16226
• Readonly
DOCUMENT_TYPE_NODE: 10
node is a doctype.
node_modules/typescript/lib/lib.dom.d.ts:16219
• Readonly
ELEMENT_NODE: 1
node is an element.
node_modules/typescript/lib/lib.dom.d.ts:16204
• Readonly
ENTITY_NODE: 6
node_modules/typescript/lib/lib.dom.d.ts:16211
• Readonly
ENTITY_REFERENCE_NODE: 5
ParentNode.ENTITY_REFERENCE_NODE
node_modules/typescript/lib/lib.dom.d.ts:16210
• Readonly
NOTATION_NODE: 12
node_modules/typescript/lib/lib.dom.d.ts:16222
• Readonly
PROCESSING_INSTRUCTION_NODE: 7
node is a ProcessingInstruction node.
ParentNode.PROCESSING_INSTRUCTION_NODE
node_modules/typescript/lib/lib.dom.d.ts:16213
• Readonly
TEXT_NODE: 3
node is a Text node.
node_modules/typescript/lib/lib.dom.d.ts:16207
• ariaAtomic: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2209
• ariaAutoComplete: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2211
• ariaBusy: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2213
• ariaChecked: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2215
• ariaColCount: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2217
• ariaColIndex: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2219
• ariaColSpan: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2221
• ariaCurrent: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2223
• ariaDisabled: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2225
• ariaExpanded: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2227
• ariaHasPopup: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2229
• ariaHidden: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2231
• ariaInvalid: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2232
• ariaKeyShortcuts: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2234
• ariaLabel: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2236
• ariaLevel: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2238
• ariaLive: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2240
• ariaModal: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2242
• ariaMultiLine: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2244
• ariaMultiSelectable: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2246
• ariaOrientation: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2248
• ariaPlaceholder: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2250
• ariaPosInSet: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2252
• ariaPressed: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2254
• ariaReadOnly: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2256
• ariaRequired: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2258
• ariaRoleDescription: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2260
• ariaRowCount: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2262
• ariaRowIndex: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2264
• ariaRowSpan: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2266
• ariaSelected: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2268
• ariaSetSize: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2270
• ariaSort: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2272
• ariaValueMax: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2274
• ariaValueMin: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2276
• ariaValueNow: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2278
• ariaValueText: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2280
• Readonly
assignedSlot: null
| HTMLSlotElement
node_modules/typescript/lib/lib.dom.d.ts:21296
• Readonly
attributes: NamedNodeMap
node_modules/typescript/lib/lib.dom.d.ts:7600
• Readonly
baseURI: string
Returns node's node document's document base URL.
node_modules/typescript/lib/lib.dom.d.ts:16074
• Readonly
childElementCount: number
node_modules/typescript/lib/lib.dom.d.ts:16763
• Readonly
childNodes: NodeListOf
<ChildNode
>
Returns the children.
node_modules/typescript/lib/lib.dom.d.ts:16080
• Readonly
children: HTMLCollection
Returns the child elements.
node_modules/typescript/lib/lib.dom.d.ts:16769
• Readonly
classList: DOMTokenList
Allows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.
node_modules/typescript/lib/lib.dom.d.ts:7606
• className: string
Returns the value of element's class content attribute. Can be set to change it.
node_modules/typescript/lib/lib.dom.d.ts:7612
• Readonly
clientHeight: number
node_modules/typescript/lib/lib.dom.d.ts:7614
• Readonly
clientLeft: number
node_modules/typescript/lib/lib.dom.d.ts:7616
• Readonly
clientTop: number
node_modules/typescript/lib/lib.dom.d.ts:7618
• Readonly
clientWidth: number
node_modules/typescript/lib/lib.dom.d.ts:7620
• Readonly
firstChild: null
| ChildNode
Returns the first child.
node_modules/typescript/lib/lib.dom.d.ts:16086
• Readonly
firstElementChild: null
| Element
Returns the first child that is an element, and null otherwise.
node_modules/typescript/lib/lib.dom.d.ts:16775
• id: string
Returns the value of element's id content attribute. Can be set to change it.
node_modules/typescript/lib/lib.dom.d.ts:7626
• innerHTML: string
node_modules/typescript/lib/lib.dom.d.ts:14279
• Readonly
isConnected: boolean
Returns true if node is connected and false otherwise.
node_modules/typescript/lib/lib.dom.d.ts:16092
• Readonly
lastChild: null
| ChildNode
Returns the last child.
node_modules/typescript/lib/lib.dom.d.ts:16098
• Readonly
lastElementChild: null
| Element
Returns the last child that is an element, and null otherwise.
node_modules/typescript/lib/lib.dom.d.ts:16781
• Readonly
localName: string
Returns the local name.
node_modules/typescript/lib/lib.dom.d.ts:7632
• Readonly
namespaceURI: null
| string
Returns the namespace.
node_modules/typescript/lib/lib.dom.d.ts:7638
• Readonly
nextElementSibling: null
| Element
Returns the first following sibling that is an element, and null otherwise.
NonDocumentTypeChildNode.nextElementSibling
node_modules/typescript/lib/lib.dom.d.ts:16354
• Readonly
nextSibling: null
| ChildNode
Returns the next sibling.
node_modules/typescript/lib/lib.dom.d.ts:16104
• Readonly
nodeName: string
Returns a string appropriate for the type of node.
node_modules/typescript/lib/lib.dom.d.ts:16110
• Readonly
nodeType: number
Returns the type of node.
node_modules/typescript/lib/lib.dom.d.ts:16116
• nodeValue: null
| string
node_modules/typescript/lib/lib.dom.d.ts:16118
• onfullscreenchange: null
| (this
: Element
, ev
: Event
) => any
node_modules/typescript/lib/lib.dom.d.ts:7640
• onfullscreenerror: null
| (this
: Element
, ev
: Event
) => any
node_modules/typescript/lib/lib.dom.d.ts:7642
• outerHTML: string
node_modules/typescript/lib/lib.dom.d.ts:7644
• Readonly
ownerDocument: Document
Returns the node document. Returns null for documents.
node_modules/typescript/lib/lib.dom.d.ts:7645
• Readonly
parentElement: null
| HTMLElement
Returns the parent element.
node_modules/typescript/lib/lib.dom.d.ts:16130
• Readonly
parentNode: null
| ParentNode
Returns the parent.
node_modules/typescript/lib/lib.dom.d.ts:16136
• Readonly
part: DOMTokenList
node_modules/typescript/lib/lib.dom.d.ts:7647
• Readonly
prefix: null
| string
Returns the namespace prefix.
node_modules/typescript/lib/lib.dom.d.ts:7653
• Readonly
previousElementSibling: null
| Element
Returns the first preceding sibling that is an element, and null otherwise.
NonDocumentTypeChildNode.previousElementSibling
node_modules/typescript/lib/lib.dom.d.ts:16360
• Readonly
previousSibling: null
| ChildNode
Returns the previous sibling.
node_modules/typescript/lib/lib.dom.d.ts:16142
• role: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2281
• Readonly
scrollHeight: number
node_modules/typescript/lib/lib.dom.d.ts:7655
• scrollLeft: number
node_modules/typescript/lib/lib.dom.d.ts:7657
• scrollTop: number
node_modules/typescript/lib/lib.dom.d.ts:7659
• Readonly
scrollWidth: number
node_modules/typescript/lib/lib.dom.d.ts:7661
• Readonly
shadowRoot: null
| ShadowRoot
Returns element's shadow root, if any, and if shadow root's mode is "open", and null otherwise.
node_modules/typescript/lib/lib.dom.d.ts:7667
• slot: string
Returns the value of element's slot content attribute. Can be set to change it.
node_modules/typescript/lib/lib.dom.d.ts:7673
• Readonly
tagName: string
Returns the HTML-uppercased qualified name.
node_modules/typescript/lib/lib.dom.d.ts:7679
• textContent: null
| string
node_modules/typescript/lib/lib.dom.d.ts:16144
▸ addEventListener<K
>(type
, listener
, options?
): void
Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.
The options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.
When set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.
When set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.
When set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.
If an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.
The event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.
Name | Type |
---|---|
K |
extends keyof ElementEventMap
|
Name | Type |
---|---|
type |
K |
listener |
(this : Element , ev : ElementEventMap [K ]) => any
|
options? |
boolean | AddEventListenerOptions
|
void
node_modules/typescript/lib/lib.dom.d.ts:7843
▸ addEventListener(type
, listener
, options?
): void
Name | Type |
---|---|
type |
string |
listener |
EventListenerOrEventListenerObject |
options? |
boolean | AddEventListenerOptions
|
void
Node.addEventListener
node_modules/typescript/lib/lib.dom.d.ts:7844
▸ 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.
Name | Type |
---|---|
...nodes |
(string | Node )[] |
void
node_modules/typescript/lib/lib.dom.d.ts:5599
▸ animate(keyframes
, options?
): Animation
Name | Type |
---|---|
keyframes |
null | PropertyIndexedKeyframes | Keyframe [] |
options? |
number | KeyframeAnimationOptions
|
node_modules/typescript/lib/lib.dom.d.ts:2431
▸ 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.
Name | Type |
---|---|
...nodes |
(string | Node )[] |
void
node_modules/typescript/lib/lib.dom.d.ts:16789
▸ appendChild<T
>(node
): T
Name | Type |
---|---|
T |
extends Node
|
Name | Type |
---|---|
node |
T |
T
node_modules/typescript/lib/lib.dom.d.ts:16146
▸ attachShadow(init
): ShadowRoot
Creates a shadow root for element and returns it.
Name | Type |
---|---|
init |
ShadowRootInit |
node_modules/typescript/lib/lib.dom.d.ts:7685
▸ 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.
Name | Type |
---|---|
...nodes |
(string | Node )[] |
void
node_modules/typescript/lib/lib.dom.d.ts:5607
▸ checkVisibility(options?
): boolean
Name | Type |
---|---|
options? |
CheckVisibilityOptions |
boolean
node_modules/typescript/lib/lib.dom.d.ts:7686
▸ cloneNode(deep?
): Node
Returns a copy of node. If deep is true, the copy also includes the node's descendants.
Name | Type |
---|---|
deep? |
boolean |
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 |
---|---|
K |
extends keyof HTMLElementTagNameMap
|
Name | Type |
---|---|
selector |
K |
null
| HTMLElementTagNameMap
[K
]
node_modules/typescript/lib/lib.dom.d.ts:7692
▸ closest<K
>(selector
): null
| SVGElementTagNameMap
[K
]
Name | Type |
---|---|
K |
extends keyof SVGElementTagNameMap
|
Name | Type |
---|---|
selector |
K |
null
| SVGElementTagNameMap
[K
]
node_modules/typescript/lib/lib.dom.d.ts:7693
▸ closest<K
>(selector
): null
| MathMLElementTagNameMap
[K
]
Name | Type |
---|---|
K |
extends keyof MathMLElementTagNameMap
|
Name | Type |
---|---|
selector |
K |
null
| MathMLElementTagNameMap
[K
]
node_modules/typescript/lib/lib.dom.d.ts:7694
▸ closest<E
>(selectors
): null
| E
Name | Type |
---|---|
E |
extends Element = Element
|
Name | Type |
---|---|
selectors |
string |
null
| E
node_modules/typescript/lib/lib.dom.d.ts:7695
▸ compareDocumentPosition(other
): number
Returns a bitmask indicating the position of other relative to node.
Name | Type |
---|---|
other |
Node |
number
ParentNode.compareDocumentPosition
node_modules/typescript/lib/lib.dom.d.ts:16158
▸ computedStyleMap(): StylePropertyMapReadOnly
node_modules/typescript/lib/lib.dom.d.ts:7697
▸ contains(other
): boolean
Returns true if other is an inclusive descendant of node, and false otherwise.
Name | Type |
---|---|
other |
null | Node
|
boolean
node_modules/typescript/lib/lib.dom.d.ts:16164
▸ 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.
Name | Type |
---|---|
event |
Event |
boolean
node_modules/typescript/lib/lib.dom.d.ts:8217
▸ getAnimations(options?
): Animation
[]
Name | Type |
---|---|
options? |
GetAnimationsOptions |
node_modules/typescript/lib/lib.dom.d.ts:2433
▸ getAttribute(qualifiedName
): null
| string
Returns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.
Name | Type |
---|---|
qualifiedName |
string |
null
| string
node_modules/typescript/lib/lib.dom.d.ts:7703
▸ 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.
Name | Type |
---|---|
namespace |
null | string
|
localName |
string |
null
| string
node_modules/typescript/lib/lib.dom.d.ts:7709
▸ getAttributeNames(): string
[]
Returns the qualified names of all element's attributes. Can contain duplicates.
string
[]
node_modules/typescript/lib/lib.dom.d.ts:7715
▸ getAttributeNode(qualifiedName
): null
| Attr
Name | Type |
---|---|
qualifiedName |
string |
null
| Attr
node_modules/typescript/lib/lib.dom.d.ts:7717
▸ getAttributeNodeNS(namespace
, localName
): null
| Attr
Name | Type |
---|---|
namespace |
null | string
|
localName |
string |
null
| Attr
node_modules/typescript/lib/lib.dom.d.ts:7719
▸ getBoundingClientRect(): DOMRect
node_modules/typescript/lib/lib.dom.d.ts:7721
▸ getClientRects(): DOMRectList
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 |
---|---|
classNames |
string |
node_modules/typescript/lib/lib.dom.d.ts:7729
▸ getElementsByTagName<K
>(qualifiedName
): HTMLCollectionOf
<HTMLElementTagNameMap
[K
]>
Name | Type |
---|---|
K |
extends keyof HTMLElementTagNameMap
|
Name | Type |
---|---|
qualifiedName |
K |
HTMLCollectionOf
<HTMLElementTagNameMap
[K
]>
node_modules/typescript/lib/lib.dom.d.ts:7731
▸ getElementsByTagName<K
>(qualifiedName
): HTMLCollectionOf
<SVGElementTagNameMap
[K
]>
Name | Type |
---|---|
K |
extends keyof SVGElementTagNameMap
|
Name | Type |
---|---|
qualifiedName |
K |
HTMLCollectionOf
<SVGElementTagNameMap
[K
]>
node_modules/typescript/lib/lib.dom.d.ts:7732
▸ getElementsByTagName<K
>(qualifiedName
): HTMLCollectionOf
<MathMLElementTagNameMap
[K
]>
Name | Type |
---|---|
K |
extends keyof MathMLElementTagNameMap
|
Name | Type |
---|---|
qualifiedName |
K |
HTMLCollectionOf
<MathMLElementTagNameMap
[K
]>
node_modules/typescript/lib/lib.dom.d.ts:7733
▸ getElementsByTagName<K
>(qualifiedName
): HTMLCollectionOf
<HTMLElementDeprecatedTagNameMap
[K
]>
Name | Type |
---|---|
K |
extends keyof HTMLElementDeprecatedTagNameMap
|
Name | Type |
---|---|
qualifiedName |
K |
HTMLCollectionOf
<HTMLElementDeprecatedTagNameMap
[K
]>
Deprecated
node_modules/typescript/lib/lib.dom.d.ts:7735
▸ getElementsByTagName(qualifiedName
): HTMLCollectionOf
<Element
>
Name | Type |
---|---|
qualifiedName |
string |
node_modules/typescript/lib/lib.dom.d.ts:7736
▸ getElementsByTagNameNS(namespaceURI
, localName
): HTMLCollectionOf
<HTMLElement
>
Name | Type |
---|---|
namespaceURI |
"http://www.w3.org/1999/xhtml" |
localName |
string |
node_modules/typescript/lib/lib.dom.d.ts:7738
▸ getElementsByTagNameNS(namespaceURI
, localName
): HTMLCollectionOf
<SVGElement
>
Name | Type |
---|---|
namespaceURI |
"http://www.w3.org/2000/svg" |
localName |
string |
node_modules/typescript/lib/lib.dom.d.ts:7739
▸ getElementsByTagNameNS(namespaceURI
, localName
): HTMLCollectionOf
<MathMLElement
>
Name | Type |
---|---|
namespaceURI |
"http://www.w3.org/1998/Math/MathML" |
localName |
string |
HTMLCollectionOf
<MathMLElement
>
node_modules/typescript/lib/lib.dom.d.ts:7740
▸ getElementsByTagNameNS(namespace
, localName
): HTMLCollectionOf
<Element
>
Name | Type |
---|---|
namespace |
null | string
|
localName |
string |
node_modules/typescript/lib/lib.dom.d.ts:7741
▸ getRootNode(options?
): Node
Returns node's root.
Name | Type |
---|---|
options? |
GetRootNodeOptions |
node_modules/typescript/lib/lib.dom.d.ts:16170
▸ hasAttribute(qualifiedName
): boolean
Returns true if element has an attribute whose qualified name is qualifiedName, and false otherwise.
Name | Type |
---|---|
qualifiedName |
string |
boolean
node_modules/typescript/lib/lib.dom.d.ts:7747
▸ hasAttributeNS(namespace
, localName
): boolean
Returns true if element has an attribute whose namespace is namespace and local name is localName.
Name | Type |
---|---|
namespace |
null | string
|
localName |
string |
boolean
node_modules/typescript/lib/lib.dom.d.ts:7753
▸ hasAttributes(): boolean
Returns true if element has attributes, and false otherwise.
boolean
node_modules/typescript/lib/lib.dom.d.ts:7759
▸ hasChildNodes(): boolean
Returns whether node has children.
boolean
node_modules/typescript/lib/lib.dom.d.ts:16176
▸ hasPointerCapture(pointerId
): boolean
Name | Type |
---|---|
pointerId |
number |
boolean
node_modules/typescript/lib/lib.dom.d.ts:7761
▸ insertAdjacentElement(where
, element
): null
| Element
Name | Type |
---|---|
where |
InsertPosition |
element |
Element |
null
| Element
node_modules/typescript/lib/lib.dom.d.ts:7763
▸ insertAdjacentHTML(position
, text
): void
Name | Type |
---|---|
position |
InsertPosition |
text |
string |
void
node_modules/typescript/lib/lib.dom.d.ts:7765
▸ insertAdjacentText(where
, data
): void
Name | Type |
---|---|
where |
InsertPosition |
data |
string |
void
node_modules/typescript/lib/lib.dom.d.ts:7767
▸ insertBefore<T
>(node
, child
): T
Name | Type |
---|---|
T |
extends Node
|
Name | Type |
---|---|
node |
T |
child |
null | Node
|
T
node_modules/typescript/lib/lib.dom.d.ts:16178
▸ isDefaultNamespace(namespace
): boolean
Name | Type |
---|---|
namespace |
null | string
|
boolean
node_modules/typescript/lib/lib.dom.d.ts:16180
▸ isEqualNode(otherNode
): boolean
Returns whether node and otherNode have the same properties.
Name | Type |
---|---|
otherNode |
null | Node
|
boolean
node_modules/typescript/lib/lib.dom.d.ts:16186
▸ isSameNode(otherNode
): boolean
Name | Type |
---|---|
otherNode |
null | Node
|
boolean
node_modules/typescript/lib/lib.dom.d.ts:16188
▸ lookupNamespaceURI(prefix
): null
| string
Name | Type |
---|---|
prefix |
null | string
|
null
| string
node_modules/typescript/lib/lib.dom.d.ts:16190
▸ lookupPrefix(namespace
): null
| string
Name | Type |
---|---|
namespace |
null | string
|
null
| string
node_modules/typescript/lib/lib.dom.d.ts:16192
▸ matches(selectors
): boolean
Returns true if matching selectors against element's root yields element, and false otherwise.
Name | Type |
---|---|
selectors |
string |
boolean
node_modules/typescript/lib/lib.dom.d.ts:7773
▸ normalize(): void
Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.
void
node_modules/typescript/lib/lib.dom.d.ts:16198
▸ 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.
Name | Type |
---|---|
...nodes |
(string | Node )[] |
void
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 |
---|---|
K |
extends keyof HTMLElementTagNameMap
|
Name | Type |
---|---|
selectors |
K |
null
| HTMLElementTagNameMap
[K
]
node_modules/typescript/lib/lib.dom.d.ts:16803
▸ querySelector<K
>(selectors
): null
| SVGElementTagNameMap
[K
]
Name | Type |
---|---|
K |
extends keyof SVGElementTagNameMap
|
Name | Type |
---|---|
selectors |
K |
null
| SVGElementTagNameMap
[K
]
node_modules/typescript/lib/lib.dom.d.ts:16804
▸ querySelector<K
>(selectors
): null
| MathMLElementTagNameMap
[K
]
Name | Type |
---|---|
K |
extends keyof MathMLElementTagNameMap
|
Name | Type |
---|---|
selectors |
K |
null
| MathMLElementTagNameMap
[K
]
node_modules/typescript/lib/lib.dom.d.ts:16805
▸ querySelector<K
>(selectors
): null
| HTMLElementDeprecatedTagNameMap
[K
]
Name | Type |
---|---|
K |
extends keyof HTMLElementDeprecatedTagNameMap
|
Name | Type |
---|---|
selectors |
K |
null
| HTMLElementDeprecatedTagNameMap
[K
]
Deprecated
node_modules/typescript/lib/lib.dom.d.ts:16807
▸ querySelector<E
>(selectors
): null
| E
Name | Type |
---|---|
E |
extends Element = Element
|
Name | Type |
---|---|
selectors |
string |
null
| E
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 |
---|---|
K |
extends keyof HTMLElementTagNameMap
|
Name | Type |
---|---|
selectors |
K |
NodeListOf
<HTMLElementTagNameMap
[K
]>
node_modules/typescript/lib/lib.dom.d.ts:16814
▸ querySelectorAll<K
>(selectors
): NodeListOf
<SVGElementTagNameMap
[K
]>
Name | Type |
---|---|
K |
extends keyof SVGElementTagNameMap
|
Name | Type |
---|---|
selectors |
K |
NodeListOf
<SVGElementTagNameMap
[K
]>
node_modules/typescript/lib/lib.dom.d.ts:16815
▸ querySelectorAll<K
>(selectors
): NodeListOf
<MathMLElementTagNameMap
[K
]>
Name | Type |
---|---|
K |
extends keyof MathMLElementTagNameMap
|
Name | Type |
---|---|
selectors |
K |
NodeListOf
<MathMLElementTagNameMap
[K
]>
node_modules/typescript/lib/lib.dom.d.ts:16816
▸ querySelectorAll<K
>(selectors
): NodeListOf
<HTMLElementDeprecatedTagNameMap
[K
]>
Name | Type |
---|---|
K |
extends keyof HTMLElementDeprecatedTagNameMap
|
Name | Type |
---|---|
selectors |
K |
NodeListOf
<HTMLElementDeprecatedTagNameMap
[K
]>
Deprecated
node_modules/typescript/lib/lib.dom.d.ts:16818
▸ querySelectorAll<E
>(selectors
): NodeListOf
<E
>
Name | Type |
---|---|
E |
extends Element = Element
|
Name | Type |
---|---|
selectors |
string |
NodeListOf
<E
>
node_modules/typescript/lib/lib.dom.d.ts:16819
▸ releasePointerCapture(pointerId
): void
Name | Type |
---|---|
pointerId |
number |
void
node_modules/typescript/lib/lib.dom.d.ts:7775
▸ remove(): void
Removes node.
void
node_modules/typescript/lib/lib.dom.d.ts:5613
▸ removeAttribute(qualifiedName
): void
Removes element's first attribute whose qualified name is qualifiedName.
Name | Type |
---|---|
qualifiedName |
string |
void
node_modules/typescript/lib/lib.dom.d.ts:7781
▸ removeAttributeNS(namespace
, localName
): void
Removes element's attribute whose namespace is namespace and local name is localName.
Name | Type |
---|---|
namespace |
null | string
|
localName |
string |
void
node_modules/typescript/lib/lib.dom.d.ts:7787
▸ removeAttributeNode(attr
): Attr
Name | Type |
---|---|
attr |
Attr |
node_modules/typescript/lib/lib.dom.d.ts:7789
▸ removeChild<T
>(child
): T
Name | Type |
---|---|
T |
extends Node
|
Name | Type |
---|---|
child |
T |
T
node_modules/typescript/lib/lib.dom.d.ts:16200
▸ removeEventListener<K
>(type
, listener
, options?
): void
Removes the event listener in target's event listener list with the same type, callback, and options.
Name | Type |
---|---|
K |
extends keyof ElementEventMap
|
Name | Type |
---|---|
type |
K |
listener |
(this : Element , ev : ElementEventMap [K ]) => any
|
options? |
boolean | EventListenerOptions
|
void
ParentNode.removeEventListener
node_modules/typescript/lib/lib.dom.d.ts:7845
▸ removeEventListener(type
, listener
, options?
): void
Name | Type |
---|---|
type |
string |
listener |
EventListenerOrEventListenerObject |
options? |
boolean | EventListenerOptions
|
void
Node.removeEventListener
node_modules/typescript/lib/lib.dom.d.ts:7846
▸ replaceChild<T
>(node
, child
): T
Name | Type |
---|---|
T |
extends Node
|
Name | Type |
---|---|
node |
Node |
child |
T |
T
node_modules/typescript/lib/lib.dom.d.ts:16202
▸ 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.
Name | Type |
---|---|
...nodes |
(string | Node )[] |
void
node_modules/typescript/lib/lib.dom.d.ts:16827
▸ 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.
Name | Type |
---|---|
...nodes |
(string | Node )[] |
void
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
>
node_modules/typescript/lib/lib.dom.d.ts:7797
▸ requestPointerLock(): void
void
node_modules/typescript/lib/lib.dom.d.ts:7799
▸ scroll(options?
): void
Name | Type |
---|---|
options? |
ScrollToOptions |
void
node_modules/typescript/lib/lib.dom.d.ts:7801
▸ scroll(x
, y
): void
Name | Type |
---|---|
x |
number |
y |
number |
void
node_modules/typescript/lib/lib.dom.d.ts:7802
▸ scrollBy(options?
): void
Name | Type |
---|---|
options? |
ScrollToOptions |
void
node_modules/typescript/lib/lib.dom.d.ts:7804
▸ scrollBy(x
, y
): void
Name | Type |
---|---|
x |
number |
y |
number |
void
node_modules/typescript/lib/lib.dom.d.ts:7805
▸ scrollIntoView(arg?
): void
Name | Type |
---|---|
arg? |
boolean | ScrollIntoViewOptions
|
void
node_modules/typescript/lib/lib.dom.d.ts:7807
▸ scrollTo(options?
): void
Name | Type |
---|---|
options? |
ScrollToOptions |
void
node_modules/typescript/lib/lib.dom.d.ts:7809
▸ scrollTo(x
, y
): void
Name | Type |
---|---|
x |
number |
y |
number |
void
node_modules/typescript/lib/lib.dom.d.ts:7810
▸ setAttribute(qualifiedName
, value
): void
Sets the value of element's first attribute whose qualified name is qualifiedName to value.
Name | Type |
---|---|
qualifiedName |
string |
value |
string |
void
node_modules/typescript/lib/lib.dom.d.ts:7816
▸ setAttributeNS(namespace
, qualifiedName
, value
): void
Sets the value of element's attribute whose namespace is namespace and local name is localName to value.
Name | Type |
---|---|
namespace |
null | string
|
qualifiedName |
string |
value |
string |
void
node_modules/typescript/lib/lib.dom.d.ts:7822
▸ setAttributeNode(attr
): null
| Attr
Name | Type |
---|---|
attr |
Attr |
null
| Attr
node_modules/typescript/lib/lib.dom.d.ts:7824
▸ setAttributeNodeNS(attr
): null
| Attr
Name | Type |
---|---|
attr |
Attr |
null
| Attr
node_modules/typescript/lib/lib.dom.d.ts:7826
▸ setPointerCapture(pointerId
): void
Name | Type |
---|---|
pointerId |
number |
void
node_modules/typescript/lib/lib.dom.d.ts:7828
▸ 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.
Name | Type |
---|---|
qualifiedName |
string |
force? |
boolean |
boolean
node_modules/typescript/lib/lib.dom.d.ts:7836
▸ webkitMatchesSelector(selectors
): boolean
Name | Type |
---|---|
selectors |
string |
boolean
Deprecated
This is a legacy alias of matches
.
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