ExportFormContext
Context required by functions when using an Export Button
TypeScript
export interface ExportFormContext extendsExtends
Properties
| Property | Description |
|---|---|
| customDestination | Custom Export destination |
| report | The exported report |
| reportData | The data in the report |
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
customDestination
Custom Export destination
TypeScript
customDestination: CustomDestination;Property Value
report
The exported report
TypeScript
report: Report;Property Value
reportData
The data in the report
TypeScript
reportData: ExportResultData;Property Value
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any