Skip to main content
Module

x/evt/mod.ts>dom.DOMQuad

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.DOMQuad
import { type dom } from "https://deno.land/x/evt@v2.4.6/mod.ts";
const { DOMQuad } = dom;

Properties

readonly
p1: DOMPoint
readonly
p2: DOMPoint
readonly
p3: DOMPoint
readonly
p4: DOMPoint

Methods

getBounds(): DOMRect
toJSON(): any