parametersByTab
Home > @gooddata/sdk-backend-spi > IDashboardExportPdfOptions > parametersByTab
IDashboardExportPdfOptions.parametersByTab property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Per-tab parameter runtime-overrides applied when rendering the exported file. Keyed by tab localIdentifier. Mirrors dashboardTabsParametersOverrides on the tabular options.
Signature:
parametersByTab?: Record<string, IDashboardExportParameter[]>;