Skip to content

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

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

Interface: HTMLFormControlsCollection

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

A collection of HTML form control elements.

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

Returns the item with ID or name name from the collection.

If there are multiple matching items, then a RadioNodeList object containing all those elements is returned.

MDN Reference

Parameters

Name Type
name string

Returns

null | Element | RadioNodeList

Defined in

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

Typescript Libraries

Modules

Namespaces

Clone this wiki locally