MCPcopy
hub / github.com/VibiumDev/vibium / BoundingBox

Interface BoundingBox

clients/javascript/src/element.ts:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3const customInspect = Symbol.for('nodejs.util.inspect.custom');
4
5export interface BoundingBox {
6 x: number;
7 y: number;
8 width: number;
9 height: number;
10}
11
12export interface ElementInfo {
13 tag: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected