Skip to content

RevoGrid Documentation v4.19.3 / BeforeRangeSaveDataDetails

Type Alias: BeforeRangeSaveDataDetails

ts
type BeforeRangeSaveDataDetails: {
  data: DataLookup;
  models: Partial<DataLookup>;
  newRange: RangeArea | null;
  oldRange: RangeArea | null;
  type: DimensionRows;
};

Type declaration

NameTypeDefined in
dataDataLookupsrc/types/selection.ts:128
modelsPartial<DataLookup>src/types/selection.ts:129
newRangeRangeArea | nullsrc/types/selection.ts:131
oldRangeRangeArea | nullsrc/types/selection.ts:132
typeDimensionRowssrc/types/selection.ts:130

Defined in

src/types/selection.ts:127