variableValues
Home > @gooddata/sdk-model > IReportBase > variableValues
IReportBase.variableValues 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.
Values for variables declared in content.variables, keyed by variable name.
Signature:
variableValues?: Record<string, string>;