MCPcopy
hub / github.com/marimo-team/marimo / BoundingBox

Interface BoundingBox

frontend/e2e-tests/layout-grid.spec.ts:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89});
90
91interface BoundingBox {
92 x: number;
93 y: number;
94 width: number;
95 height: number;
96}
97
98function expectValidBoundingBox(
99 bb: BoundingBox | null,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…