Skip to content

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

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

Interface: HTMLCollectionBase

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

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

Indexable

▪ [index: number]: Element

Table of contents

Properties

Methods

Properties

length

Readonly length: number

Sets or retrieves the number of objects in a collection.

MDN Reference

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

Defined in

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

Typescript Libraries

Modules

Namespaces

Clone this wiki locally