MCPcopy Create free account
hub / github.com/MigoXLab/coderio / CssBoundingBox

Interface CssBoundingBox

src/types/protocol-types.ts:130–135  ·  view source on GitHub ↗

* Bounding box with position and size using CSS coordinate naming (top, left)

Source from the content-addressed store, hash-verified

128 * Bounding box with position and size using CSS coordinate naming (top, left)
129 */
130interface CssBoundingBox {
131 top: number;
132 left: number;
133 width: number;
134 height: number;
135}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected