RAMP4 - v4.21.0
    Preparing search index...
    interface ExportConfig {
        components: string[];
        fileName?: string;
        footnote?: ExportComponentConfig;
        legend?: LegendExportConfig;
        map?: ExportComponentConfig;
        mapElements?: ExportComponentConfig;
        panelWidth: number | PanelWidthObject;
        timestamp?: ExportComponentConfig;
        title?: ExportComponentConfig;
    }
    Index

    Properties

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