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