Skip to content

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

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

Interface: SVGLengthList

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

The SVGLengthList defines a list of SVGLength objects.

MDN Reference

Indexable

▪ [index: number]: SVGLength

Table of contents

Properties

Methods

Properties

length

Readonly length: number

Defined in

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


numberOfItems

Readonly numberOfItems: number

Defined in

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

Methods

appendItem

appendItem(newItem): SVGLength

Parameters

Name Type
newItem SVGLength

Returns

SVGLength

Defined in

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


clear

clear(): void

Returns

void

Defined in

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


getItem

getItem(index): SVGLength

Parameters

Name Type
index number

Returns

SVGLength

Defined in

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


initialize

initialize(newItem): SVGLength

Parameters

Name Type
newItem SVGLength

Returns

SVGLength

Defined in

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


insertItemBefore

insertItemBefore(newItem, index): SVGLength

Parameters

Name Type
newItem SVGLength
index number

Returns

SVGLength

Defined in

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


removeItem

removeItem(index): SVGLength

Parameters

Name Type
index number

Returns

SVGLength

Defined in

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


replaceItem

replaceItem(newItem, index): SVGLength

Parameters

Name Type
newItem SVGLength
index number

Returns

SVGLength

Defined in

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

Typescript Libraries

Modules

Namespaces

Clone this wiki locally