Skip to content

Documentation / @super-line/core / planColumns

Function: planColumns()

planColumns(def): ColumnPlan

Defined in: packages/core/src/column-plan.ts:117

Derive the typed-table ColumnPlan for an LWW collection def. Throws on layouts that can't work.

Parameters

def

LwwCollectionDef

Returns

ColumnPlan

Released under the MIT License.