IDashboardParameterValueOverride
Home > @gooddata/sdk-backend-spi > IDashboardParameterValueOverride
IDashboardParameterValueOverride interface
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.
Backend-neutral parameter value override sent on dashboard tabular export.
Signature:
export interface IDashboardParameterValueOverride
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(ALPHA) Parameter identifier; drives AFM execution. Matches the workspace catalog parameter's id. | ||
|
string |
(ALPHA) Display title rendered into the export's info sheet. Presentation-only; not consumed by execution. | ||
|
string |
(ALPHA) Value to apply for the parameter, encoded as a string (numeric values are stringified). Drives AFM execution. |