Skip to main content
Module

x/windmill/node_modules/evt/src/lib/types/lib.dom.ts>SVGRadialGradientElement

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Latest
interface SVGRadialGradientElement
implements SVGGradientElement
import { type SVGRadialGradientElement } from "https://deno.land/x/windmill@v1.397.0/node_modules/evt/src/lib/types/lib.dom.ts";

Corresponds to the element.

Properties

readonly
cx: SVGAnimatedLength
readonly
cy: SVGAnimatedLength
readonly
fr: SVGAnimatedLength
readonly
fx: SVGAnimatedLength
readonly
fy: SVGAnimatedLength
readonly
r: SVGAnimatedLength

Methods

addEventListener<K extends keyof SVGElementEventMap>(
type: K,
listener: (this: SVGRadialGradientElement, ev: SVGElementEventMap[K]) => any,
options?: boolean | AddEventListenerOptions,
): void
addEventListener(
type: string,
options?: boolean | AddEventListenerOptions,
): void
removeEventListener<K extends keyof SVGElementEventMap>(
type: K,
listener: (this: SVGRadialGradientElement, ev: SVGElementEventMap[K]) => any,
options?: boolean | EventListenerOptions,
): void
removeEventListener(
type: string,
options?: boolean | EventListenerOptions,
): void