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

x/windmill/node_modules/evt/lib/types/lib.dom.d.ts>SVGAngle

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

Used to represent a value that can be an or value. An SVGAngle reflected through the animVal attribute is always read only.

Properties

readonly
unitType: number
value: number
valueAsString: string
valueInSpecifiedUnits: number
readonly
SVG_ANGLETYPE_DEG: number
readonly
SVG_ANGLETYPE_GRAD: number
readonly
SVG_ANGLETYPE_RAD: number
readonly
SVG_ANGLETYPE_UNKNOWN: number
readonly
SVG_ANGLETYPE_UNSPECIFIED: number

Methods

convertToSpecifiedUnits(unitType: number): void
newValueSpecifiedUnits(unitType: number, valueInSpecifiedUnits: number): void