SystemExportDestinationsContext

Context provided to ExportOptions.systemExportDestinations callback

TypeScript
export interface SystemExportDestinationsContext extends
Extends

BaseContext

Properties

PropertyDescription
currentLayoutNameName of current Layout
currentReportFormatFormat of current Report
currentReportNameName of current Report
defaultSystemExportDestinationsDefault System Export Destinations
adaptableContextCustom 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