allowUserOverrideInViewMode
Home > @gooddata/sdk-model > IDashboardTimezoneConfig > allowUserOverrideInViewMode
IDashboardTimezoneConfig.allowUserOverrideInViewMode 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.
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.
When unset, the organization/workspace enableTimezoneChange setting is used as the default. An explicit false disables the override even when that setting is on.
Signature:
readonly allowUserOverrideInViewMode?: boolean;