Skip to content

@ralphschuler.webgl shader factory.<internal>.HTMLCollectionOf

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: HTMLCollectionOf<T>

@ralphschuler/webgl-shader-factory.<internal>.HTMLCollectionOf

A generic collection (array-like object similar to arguments) of elements (in document order) and offers methods and properties for selecting from the list.

MDN Reference

Type parameters

Name Type
T extends Element

Hierarchy

Indexable

▪ [index: number]: T

Table of contents

Properties

Methods

Properties

length

Readonly length: number

Sets or retrieves the number of objects in a collection.

MDN Reference

Inherited from

HTMLCollectionBase.length

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9846

Methods

item

item(index): null | T

Retrieves an object from various collections.

MDN Reference

Parameters

Name Type
index number

Returns

null | T

Overrides

HTMLCollectionBase.item

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9871


namedItem

namedItem(name): null | T

Parameters

Name Type
name string

Returns

null | T

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9872

Typescript Libraries

Modules

Namespaces

Clone this wiki locally