Skip to main content
Module

x/evt/mod.ts>dom.SVGPathSegList

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.SVGPathSegList
import { type dom } from "https://deno.land/x/evt@v2.4.6/mod.ts";
const { SVGPathSegList } = dom;

Properties

readonly
numberOfItems: number

Methods

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