parametersByTab
Home > @gooddata/sdk-backend-spi > IDashboardExportImageOptions > parametersByTab
IDashboardExportImageOptions.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 image. Keyed by tab localIdentifier; a widget-scoped export carries the single owning tab. Mirrors dashboardTabsParametersOverrides on the tabular options.
Signature:
parametersByTab?: Record<string, IDashboardExportParameter[]>;