interface ExportConfig {
    components: string[];
    fileName?: string;
    footnote?: ExportComponentConfig;
    legend?: LegendExportConfig;
    map?: ExportComponentConfig;
    mapElements?: ExportComponentConfig;
    panelWidth: number | PanelWidthObject;
    timestamp?: ExportComponentConfig;
    title?: ExportComponentConfig;
}

Properties

components: string[]
fileName?: string
footnote?: ExportComponentConfig
legend?: LegendExportConfig
map?: ExportComponentConfig
mapElements?: ExportComponentConfig
panelWidth: number | PanelWidthObject
timestamp?: ExportComponentConfig
title?: ExportComponentConfig