import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { SVGFESpecularLightingElement } = dom;
Corresponds to the element.
Properties
readonly
in1: SVGAnimatedStringreadonly
kernelUnitLengthX: SVGAnimatedNumberreadonly
kernelUnitLengthY: SVGAnimatedNumberreadonly
specularConstant: SVGAnimatedNumberreadonly
specularExponent: SVGAnimatedNumberreadonly
surfaceScale: SVGAnimatedNumberMethods
addEventListener<K extends keyof SVGElementEventMap>(): void
type: K,
listener: (this: SVGFESpecularLightingElement, 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: SVGFESpecularLightingElement, ev: SVGElementEventMap[K]) => any,
options?: boolean | EventListenerOptions,