import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { SVGFECompositeElement } = dom;
Corresponds to the element.
Properties
readonly
in1: SVGAnimatedStringreadonly
in2: SVGAnimatedStringreadonly
k1: SVGAnimatedNumberreadonly
k2: SVGAnimatedNumberreadonly
k3: SVGAnimatedNumberreadonly
k4: SVGAnimatedNumberreadonly
operator: SVGAnimatedEnumerationMethods
addEventListener<K extends keyof SVGElementEventMap>(): void
type: K,
listener: (this: SVGFECompositeElement, 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: SVGFECompositeElement, ev: SVGElementEventMap[K]) => any,
options?: boolean | EventListenerOptions,