IDashboardTimezoneConfig
Home > @gooddata/sdk-model > IDashboardTimezoneConfig
IDashboardTimezoneConfig 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.
Dashboard-level timezone configuration.
Signature:
export interface IDashboardTimezoneConfig
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
boolean |
(ALPHA) (Optional) Whether consumers may change the timezone ad-hoc in view mode. The override is session-only and never persisted to the dashboard. Also gates the embedding setTimezone command. | |
|
|
boolean |
(ALPHA) (Optional) Whether the timezone indicator is shown on the dashboard (and in its exports). | |
|
|
(ALPHA) (Optional) IANA timezone ID (e.g. "Europe/Prague"), or BROWSER_DETECTED to detect the timezone from the viewer's browser at load time. Undefined means the workspace/organization setting is used. |