Skip to main content
Module

x/evt/lib/types/index.ts>dom.SVGAngle

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.SVGAngle
import { type dom } from "https://deno.land/x/evt@v2.3.1/lib/types/index.ts";
const { SVGAngle } = dom;

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