SetPrimaryKeyValueContext

Context for the setPrimaryKeyValue function

TypeScript
export interface SetPrimaryKeyValueContext<TData = any> extends
Extends

BaseContext

Properties

PropertyDescription
rowDataData in the row being created or cloned
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

rowData

Data in the row being created or cloned

TypeScript
rowData: TData;
Property Value

TData

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any