Skip to main content
Module

x/commandis/mod.ts>dom.SVGStringList

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.SVGStringList
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.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