Skip to content

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

NameTypeDefined in
preventFocusbooleansrc/types/selection.ts:120
propColumnPropsrc/types/selection.ts:118
rgColColIndexsrc/types/selection.ts:116
rgRowRowIndexsrc/types/selection.ts:115
typeDimensionRowssrc/types/selection.ts:117
valanysrc/types/selection.ts:119

Defined in

src/types/selection.ts:114