Skip to content

RevoGrid Documentation v4.21.8 / BeforeSaveDataDetails

Interface: BeforeSaveDataDetails<TModel, TColumn>

Extends

Type Parameters

Type ParameterDefault type
TModel extends DataTypeDataType
TColumn extends ColumnRegularColumnRegular

Properties

PropertyTypeDescriptionInherited fromDefined in
colIndexnumberVirtual index of the column in the viewportColumnDataSchemaModel.colIndexsrc/types/interfaces.ts:59
colTypeDimensionColsColumn type based on viewportColumnDataSchemaModel.colTypesrc/types/interfaces.ts:63
columnTColumnColumn data objectColumnDataSchemaModel.columnsrc/types/interfaces.ts:51
dataTModel[]Row models based on viewportColumnDataSchemaModel.datasrc/types/interfaces.ts:71
modelTModelRow data objectColumnDataSchemaModel.modelsrc/types/interfaces.ts:47
propTColumn["prop"]Column prop used for mapping value to cell from data source model/rowColumnDataSchemaModel.propsrc/types/interfaces.ts:43
rowIndexnumberVirtual index of the row in the viewportColumnDataSchemaModel.rowIndexsrc/types/interfaces.ts:55
typeDimensionRowsRow type based on viewportColumnDataSchemaModel.typesrc/types/interfaces.ts:67
val?anyValue from editor to save, not part of the model value yet-src/types/selection.ts:127
value?ModelValueByProp<TModel, TColumn["prop"]>Current cell data value Mapped from model through column property like model['prop']ColumnDataSchemaModel.valuesrc/types/interfaces.ts:76