GridifyStepsResult
Defined in: gridify.ts:35
Result of cmds, which optimises iteratively rather than in one pass.
runtime is not reported here: the work happens as steps is consumed, so
there is nothing meaningful to measure up front.
Properties
Section titled “Properties”steps: Generator<CMDSStep, void, undefined>;Defined in: gridify.ts:37
Successive layouts; the last one is the grid-snapped result.