Properties
Readonly
length
length: number
Readonly
numberOfItems
numberOfItems: number
Methods
appendItem
- appendItem(newItem): SVGLength
clear
- clear(): void
Returns void
getItem
- getItem(index): SVGLength
initialize
- initialize(newItem): SVGLength
insertItemBefore
- insertItemBefore(newItem, index): SVGLength
removeItem
- removeItem(index): SVGLength
replaceItem
- replaceItem(newItem, index): SVGLength
The SVGLengthList defines a list of SVGLength objects.
MDN Reference