@jsvision/ui / ColumnGeometry
Interface: ColumnGeometry
Defined in: ui/src/table/columns.ts:41
Resolved per-column geometry for one draw (all integer, post-apportion).
Properties
starts
readonlystarts:number[]
Defined in: ui/src/table/columns.ts:45
Absolute x of each column's content, pre-indent: starts[c] = Σ_{k<c}(widths[k] + gap), where gap is 1 with dividers, 0 compact.
totalWidth
readonlytotalWidth:number
Defined in: ui/src/table/columns.ts:47
The H-scroll content width: Σ(widths[c] + gap) (gap = 1 with dividers, 0 compact).
widths
readonlywidths:number[]
Defined in: ui/src/table/columns.ts:43
Content cells per column (excludes the divider cell).