interface SVGMaskElement
implements SVGElement
import { type SVGMaskElement } from "https://deno.land/x/evt@v2.5.6/lib/types/lib.dom.ts";
Provides access to the properties of elements, as well as methods to manipulate them.
Properties
readonly
height: SVGAnimatedLengthreadonly
maskContentUnits: SVGAnimatedEnumerationreadonly
maskUnits: SVGAnimatedEnumerationreadonly
width: SVGAnimatedLengthreadonly
x: SVGAnimatedLengthreadonly
y: SVGAnimatedLengthMethods
addEventListener<K extends keyof SVGElementEventMap>(): void
type: K,
listener: (this: SVGMaskElement, 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: SVGMaskElement, ev: SVGElementEventMap[K]) => any,
options?: boolean | EventListenerOptions,