Skip to main content
Module

x/frugal/dep/puppeteer/mod.ts>Offset

A frugal web framework
Latest
interface Offset
Re-export
import { type Offset } from "https://deno.land/x/frugal@0.9.6/dep/puppeteer/mod.ts";

Properties

x: number

x-offset for the clickable point relative to the top-left corder of the border box.

y: number

y-offset for the clickable point relative to the top-left corder of the border box.