GetPrimaryKeyValueContext
Context passed to the getPrimaryKeyValue function
TypeScript
export interface GetPrimaryKeyValueContext<T = Record<string, any>> extendsExtends
Properties
| Property | Description |
|---|---|
| rowData | Data being imported |
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
rowData
Data being imported
TypeScript
rowData: T;Property Value
T
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any