Skip to content

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

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

Interface: NodeListOf<TNode>

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

Type parameters

Name Type
TNode extends Node

Hierarchy

Indexable

▪ [index: number]: TNode

Table of contents

Properties

Methods

Properties

length

Readonly length: number

Returns the number of nodes in the collection.

MDN Reference

Inherited from

NodeList.length

Defined in

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

Methods

forEach

forEach(callbackfn, thisArg?): void

Performs the specified action for each node in an list.

Parameters

Name Type Description
callbackfn (value: TNode, key: number, parent: NodeListOf<TNode>) => void A function that accepts up to three arguments. forEach calls the callbackfn function one time for each element in the list.
thisArg? any An object to which the this keyword can refer in the callbackfn function. If thisArg is omitted, undefined is used as the this value.

Returns

void

Overrides

NodeList.forEach

Defined in

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


item

item(index): TNode

Parameters

Name Type
index number

Returns

TNode

Overrides

NodeList.item

Defined in

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

Typescript Libraries

Modules

Namespaces

Clone this wiki locally