CustomDestinationsContext
Context provided to ExportOptions.customDestinations callback
TypeScript
export interface CustomDestinationsContext extendsExtends
Properties
| Property | Description |
|---|---|
| currentLayoutName | Name of current Layout |
| currentReportFormat | Format of current Report |
| currentReportName | Name of current Report |
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
currentLayoutName
Name of current Layout
TypeScript
currentLayoutName: string;Property Value
string
currentReportFormat
Format of current Report
TypeScript
currentReportFormat?: ReportFormatType;Property Value
currentReportName
Name of current Report
TypeScript
currentReportName?: ReportNameType;Property Value
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any