Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>SVGLengthList

Advanced Web Composition for Future
Latest
interface SVGLengthList
import { type SVGLengthList } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

The SVGLengthList defines a list of SVGLength objects.

Index Signatures

[index: number]: SVGLength

Properties

readonly
length: number
readonly
numberOfItems: number

Methods

appendItem(newItem: SVGLength): SVGLength
clear(): void
getItem(index: number): SVGLength
initialize(newItem: SVGLength): SVGLength
insertItemBefore(newItem: SVGLength, index: number): SVGLength
removeItem(index: number): SVGLength
replaceItem(newItem: SVGLength, index: number): SVGLength