SystemExportDestinationsContext

Context provided to ExportOptions.systemExportDestinations callback

TypeScript
export interface SystemExportDestinationsContext extends
Extends

BaseContext

Properties

PropertyTypeDescription
currentLayoutNamestringName of current Layout
currentReportFormatReportFormatTypeFormat of current Report
currentReportNameReportNameTypeName of current Report
defaultSystemExportDestinationsSystemExportDestination[]Default System Export Destinations
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

defaultSystemExportDestinations

Default System Export Destinations

TypeScript
defaultSystemExportDestinations: SystemExportDestination[];
Property Value

SystemExportDestination[]

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any