MCPcopy Create free account
hub / github.com/editablejs/editable / CreateGridOptions

Interface CreateGridOptions

packages/models/src/interfaces/grid.ts:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27export type GridLocation = Path | NodeEntry<Grid>
28
29export interface CreateGridOptions {
30 rows?: number
31 cols?: number
32 rowHeight?: number
33 colWidth?: number
34}
35
36export interface GridGeneratorCellsOptions {
37 startRow?: number

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…