MCPcopy Index your code
hub / github.com/gridstack/gridstack.js / GridStackEngineOptions

Interface GridStackEngineOptions

src/gridstack-engine.ts:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12/** options used during creation - similar to GridStackOptions */
13export interface GridStackEngineOptions {
14 column?: number;
15 maxRow?: number;
16 float?: boolean;
17 nodes?: GridStackNode[];
18 onChange?: OnChangeCB;
19}
20
21/**
22 * Defines the GridStack engine that handles all grid layout calculations and node positioning.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected