DashboardTimezoneId
Home > @gooddata/sdk-model > DashboardTimezoneId
DashboardTimezoneId 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.
Timezone value as stored in the dashboard content: an IANA timezone ID (e.g. "Europe/Prague"), or the BROWSER_DETECTED sentinel to be resolved at load time. Never pass this type to executions or exports unresolved — use resolveTimezoneId().
Signature:
export type DashboardTimezoneId = string;