Skip to content

RevoGrid Documentation v4.19.3 / 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:106
propColumnPropsrc/types/selection.ts:104
rgColColIndexsrc/types/selection.ts:102
rgRowRowIndexsrc/types/selection.ts:101
typeDimensionRowssrc/types/selection.ts:103
valanysrc/types/selection.ts:105

Defined in

src/types/selection.ts:100