Skip to main content
Module

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

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

The SVGStringList defines a list of DOMString objects.

Index Signatures

[index: number]: string

Properties

readonly
length: number
readonly
numberOfItems: number

Methods

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