GetPrimaryKeyValueContext

Context passed to the getPrimaryKeyValue function

TypeScript
export interface GetPrimaryKeyValueContext<T = Record<string, any>> extends
Extends

BaseContext

Properties

PropertyDescription
rowDataData being imported
adaptableContextCustom 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