Skip to main content
Module

x/evt/lib/types/lib.dom.ts>SVGLength

💧EventEmitter's typesafe replacement
Go to Latest
interface SVGLength
import { type SVGLength } from "https://deno.land/x/evt@v2.4.3/lib/types/lib.dom.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