Skip to content

@serenity-is/sleekgrid / GridLayoutInfo

Type Alias: GridLayoutInfo

GridLayoutInfo = object

Defined in: src/core/isleekgrid.ts:563

Summarized description of the grid's layout and pinning support/counters.

Properties

frozenBottomRows

frozenBottomRows: number

Defined in: src/core/isleekgrid.ts:567

Number of rows frozen at the bottom.


frozenTopRows

frozenTopRows: number

Defined in: src/core/isleekgrid.ts:565

Number of rows frozen at the top.


pinnedEndCols

pinnedEndCols: number

Defined in: src/core/isleekgrid.ts:571

Number of columns pinned at the end side.


pinnedStartCols

pinnedStartCols: number

Defined in: src/core/isleekgrid.ts:569

Number of columns pinned at the start side.


supportFrozenBottom

supportFrozenBottom: boolean

Defined in: src/core/isleekgrid.ts:575

Whether the layout engine supports bottom-frozen rows.


supportFrozenRows

supportFrozenRows: boolean

Defined in: src/core/isleekgrid.ts:573

Whether the current layout engine supports frozen rows.


supportPinnedCols

supportPinnedCols: boolean

Defined in: src/core/isleekgrid.ts:577

Whether the layout engine supports pinned columns.


supportPinnedEnd

supportPinnedEnd: boolean

Defined in: src/core/isleekgrid.ts:579

Whether the layout engine supports end-pinned columns.