import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { SVGTextPathElement } = dom;
Corresponds to the element.
Properties
readonly
method: SVGAnimatedEnumerationreadonly
spacing: SVGAnimatedEnumerationreadonly
startOffset: SVGAnimatedLengthMethods
addEventListener<K extends keyof SVGElementEventMap>(): void
type: K,
listener: (this: SVGTextPathElement, ev: SVGElementEventMap[K]) => any,
options?: boolean | AddEventListenerOptions,
addEventListener(): void
type: string,
listener: EventListenerOrEventListenerObject,
options?: boolean | AddEventListenerOptions,
removeEventListener<K extends keyof SVGElementEventMap>(): void
type: K,
listener: (this: SVGTextPathElement, ev: SVGElementEventMap[K]) => any,
options?: boolean | EventListenerOptions,