RevoGrid Documentation v4.15.8 / BeforeRangeSaveDataDetails
Type Alias: BeforeRangeSaveDataDetails
ts
type BeforeRangeSaveDataDetails: {
data: DataLookup;
models: Partial<DataLookup>;
newRange: RangeArea | null;
oldRange: RangeArea | null;
type: DimensionRows;
};Type declaration
| Name | Type | Defined in |
|---|---|---|
data | DataLookup | src/types/selection.ts:127 |
models | Partial<DataLookup> | src/types/selection.ts:128 |
newRange | RangeArea | null | src/types/selection.ts:130 |
oldRange | RangeArea | null | src/types/selection.ts:131 |
type | DimensionRows | src/types/selection.ts:129 |