IChangeDashboardTimezoneOverridePayload
Home > @gooddata/sdk-ui-dashboard > IChangeDashboardTimezoneOverridePayload
IChangeDashboardTimezoneOverridePayload 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.
Payload of the IChangeDashboardTimezoneOverride command.
Signature:
export interface IChangeDashboardTimezoneOverridePayload
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
string | undefined |
(ALPHA) Concrete IANA timezone id (e.g. "Europe/Prague"), the BROWSER_DETECTED sentinel (resolved to the viewer's browser timezone by the handler), or undefined to clear the override so the dashboard/workspace configuration applies again. |