ReportBuiltInVariable
Home > @gooddata/sdk-model > ReportBuiltInVariable
ReportBuiltInVariable type
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.
Variables resolved by the rendering runtime; they are never declared or stored.
Signature:
export type ReportBuiltInVariable = "reportTitle" | "periodStart" | "periodEnd" | "workspaceName" | "generatedAt" | "pageNumber" | "totalPages" | "logo";
Remarks
Referenced from report text as {{name}}. Custom variable names must not collide with these; on collision the built-in wins.