interface dom.SVGEllipseElement
implements SVGGeometryElement
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { SVGEllipseElement } = dom;
Provides access to the properties of elements.
Properties
readonly
cx: SVGAnimatedLengthreadonly
cy: SVGAnimatedLengthreadonly
rx: SVGAnimatedLengthreadonly
ry: SVGAnimatedLengthMethods
addEventListener<K extends keyof SVGElementEventMap>(): void
type: K,
listener: (this: SVGEllipseElement, 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: SVGEllipseElement, ev: SVGElementEventMap[K]) => any,
options?: boolean | EventListenerOptions,