Defined in: features/column-sizing/columnSizingFeature.types.ts:112
getAfter: (position?) => number;Defined in: features/column-sizing/columnSizingFeature.types.ts:119
Measures the offset from this column's end edge to the end of its region.
Pass a pinned region to measure within that logical region. The value is the sum of visible leaf column sizes after this column.
ColumnPinningPosition | "center"
number
getSize: () => number;Defined in: features/column-sizing/columnSizingFeature.types.ts:123
Resolves the column's current size after state and min/max constraints.
number
getStart: (position?) => number;Defined in: features/column-sizing/columnSizingFeature.types.ts:131
Measures the offset from the start of this column's region to its start edge.
Pass a pinned region to measure within that logical region. The value is the sum of visible leaf column sizes before this column.
ColumnPinningPosition | "center"
number
resetSize: () => void;Defined in: features/column-sizing/columnSizingFeature.types.ts:135
Resets the column to its initial size.
void