SetPrimaryKeyValueContext
Context for the setPrimaryKeyValue function
TypeScript
export interface SetPrimaryKeyValueContext<TData = any> extendsExtends
Properties
| Property | Description |
|---|---|
| rowData | Data in the row being created or cloned |
| adaptableContext | Custom 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