interface dom.SVGFESpotLightElement
implements SVGElement
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { SVGFESpotLightElement } = dom;
Corresponds to the element.
Properties
readonly
limitingConeAngle: SVGAnimatedNumberreadonly
pointsAtX: SVGAnimatedNumberreadonly
pointsAtY: SVGAnimatedNumberreadonly
pointsAtZ: SVGAnimatedNumberreadonly
specularExponent: SVGAnimatedNumberreadonly
x: SVGAnimatedNumberreadonly
y: SVGAnimatedNumberreadonly
z: SVGAnimatedNumberMethods
addEventListener<K extends keyof SVGElementEventMap>(): void
type: K,
listener: (this: SVGFESpotLightElement, 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: SVGFESpotLightElement, ev: SVGElementEventMap[K]) => any,
options?: boolean | EventListenerOptions,