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>SVGLength

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 SVGLength
import { type SVGLength } from "https://deno.land/x/windmill@v1.333.5/node_modules/evt/lib/types/lib.dom.d.ts";

Correspond to the basic data type.

Properties

readonly
unitType: number
value: number
valueAsString: string
valueInSpecifiedUnits: number
readonly
SVG_LENGTHTYPE_CM: number
readonly
SVG_LENGTHTYPE_EMS: number
readonly
SVG_LENGTHTYPE_EXS: number
readonly
SVG_LENGTHTYPE_IN: number
readonly
SVG_LENGTHTYPE_MM: number
readonly
SVG_LENGTHTYPE_NUMBER: number
readonly
SVG_LENGTHTYPE_PC: number
readonly
SVG_LENGTHTYPE_PERCENTAGE: number
readonly
SVG_LENGTHTYPE_PT: number
readonly
SVG_LENGTHTYPE_PX: number
readonly
SVG_LENGTHTYPE_UNKNOWN: number

Methods

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