MCPcopy
hub / github.com/react-grid-layout/react-grid-layout / PositionParams

Interface PositionParams

src/core/calculate.ts:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 * Parameters needed for position calculations.
15 */
16export interface PositionParams {
17 readonly margin: readonly [number, number];
18 readonly containerPadding: readonly [number, number];
19 readonly containerWidth: number;
20 readonly cols: number;
21 readonly rowHeight: number;
22 readonly maxRows: number;
23}
24
25// ============================================================================
26// Grid Column/Row Calculations

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…