Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/tsc/dts/lib.dom.d.ts>SVGComponentTransferFunctionElement

A modern runtime for JavaScript and TypeScript.
Latest
variable SVGComponentTransferFunctionElement
import { SVGComponentTransferFunctionElement } from "https://deno.land/x/deno@v1.41.0/cli/tsc/dts/lib.dom.d.ts";

type

{ prototype: SVGComponentTransferFunctionElement; readonly SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN: 0; readonly SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY: 1; readonly SVG_FECOMPONENTTRANSFER_TYPE_TABLE: 2; readonly SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE: 3; readonly SVG_FECOMPONENTTRANSFER_TYPE_LINEAR: 4; readonly SVG_FECOMPONENTTRANSFER_TYPE_GAMMA: 5; new (): SVGComponentTransferFunctionElement; }