RevoGrid Documentation v4.23.12 / SaveDataDetails
Type Alias: SaveDataDetails
ts
type SaveDataDetails: {
preventFocus: boolean;
prop: ColumnProp;
rgCol: ColIndex;
rgRow: RowIndex;
type: DimensionRows;
val: any;
};Type declaration
| Name | Type | Defined in |
|---|---|---|
preventFocus | boolean | src/types/selection.ts:120 |
prop | ColumnProp | src/types/selection.ts:118 |
rgCol | ColIndex | src/types/selection.ts:116 |
rgRow | RowIndex | src/types/selection.ts:115 |
type | DimensionRows | src/types/selection.ts:117 |
val | any | src/types/selection.ts:119 |