Skip to content

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

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

Interface: HTMLCollection

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

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

Hierarchy

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 | Element

Retrieves an object from various collections.

MDN Reference

Parameters

Name Type
index number

Returns

null | Element

Inherited from

HTMLCollectionBase.item

Defined in

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


namedItem

namedItem(name): null | Element

Retrieves a select object or an object from an options collection.

MDN Reference

Parameters

Name Type
name string

Returns

null | Element

Defined in

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

Typescript Libraries

Modules

Namespaces

Clone this wiki locally