MCPcopy
hub / github.com/MuiseDestiny/zotero-gpt / Rect

Interface Rect

typing/global.d.ts:56–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56interface Rect {
57 bottom: number;
58 height: number;
59 left: number;
60 right: number;
61 top: number;
62 width: number;
63 x: number;
64 y: number;
65}
66interface Tag { tag: string; color: string; position: number, trigger: string, text: string }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected