interface SVGFEFuncBElement
implements SVGComponentTransferFunctionElement
import { type SVGFEFuncBElement } from "https://deno.land/x/yxz@0.32.0/typing/lib.dom.ts";
Corresponds to the element.
Methods
addEventListener<K extends keyof SVGElementEventMap>(): void
type: K,
listener: (this: SVGFEFuncBElement, 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: SVGFEFuncBElement, ev: SVGElementEventMap[K]) => any,
options?: boolean | EventListenerOptions,