RevoGrid Documentation v4.23.2 / PendingColumnFocusRestore
Type Alias: PendingColumnFocusRestore
ts
type PendingColumnFocusRestore: {
colIndex: ColIndex;
colType: DimensionCols;
prevStoreX: ColIndex;
prop: ColumnProp;
rowIndex: RowIndex;
rowType: DimensionRows;
};Logical focus marker captured before column viewport ownership changes. Used when a selected column is pinned/unpinned so focus can be restored by column prop after the column moves between rgCol, colPinStart, or colPinEnd.
Type declaration
| Name | Type | Defined in |
|---|---|---|
colIndex | ColIndex | src/types/selection.ts:90 |
colType | DimensionCols | src/types/selection.ts:89 |
prevStoreX | ColIndex | src/types/selection.ts:91 |
prop | ColumnProp | src/types/selection.ts:88 |
rowIndex | RowIndex | src/types/selection.ts:93 |
rowType | DimensionRows | src/types/selection.ts:92 |