Skip to main content
Module

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

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

Properties

readonly
w: number
readonly
x: number
readonly
y: number
readonly
z: number

Methods

matrixTransform(matrix?: DOMMatrixInit): DOMPoint
toJSON(): any