Skip to main content
Module

x/evt/lib/types/index.ts>dom.SVGLengthList

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.SVGLengthList
import { type dom } from "https://deno.land/x/evt@v2.4.13/lib/types/index.ts";
const { SVGLengthList } = dom;

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