Skip to content

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

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

Interface: DOMStringList

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

A type returned by some APIs which contains a list of DOMString (strings).

MDN Reference

Indexable

▪ [index: number]: string

Table of contents

Properties

Methods

Properties

length

Readonly length: number

Returns the number of strings in strings.

MDN Reference

Defined in

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

Methods

contains

contains(string): boolean

Returns true if strings contains string, and false otherwise.

MDN Reference

Parameters

Name Type
string string

Returns

boolean

Defined in

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


item

item(index): null | string

Returns the string with index index from strings.

MDN Reference

Parameters

Name Type
index number

Returns

null | string

Defined in

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

Typescript Libraries

Modules

Namespaces

Clone this wiki locally