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

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

Properties

optional
a: number
optional
b: number
optional
c: number
optional
d: number
optional
e: number
optional
f: number
optional
m11: number
optional
m12: number
optional
m21: number
optional
m22: number
optional
m41: number
optional
m42: number