CustomDestinationsContext

Context provided to ExportOptions.customDestinations callback

TypeScript
export interface CustomDestinationsContext extends
Extends

BaseContext

Properties

PropertyTypeDescription
currentLayoutNamestringName of current Layout
currentReportFormatReportFormatTypeFormat of current Report
currentReportNameReportNameTypeName of current Report
adaptableContextanyCustom 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

ReportFormatType

currentReportName

Name of current Report

TypeScript
currentReportName?: ReportNameType;
Property Value

ReportNameType

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any