selectPersistedDashboardTimezoneConfig
Home > @gooddata/sdk-ui-dashboard > selectPersistedDashboardTimezoneConfig
selectPersistedDashboardTimezoneConfig variable
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.
Selects persisted "timezoneConfig", the value that was used to initialize the rest of the dashboard state of the dashboard component during the initial load of the dashboard.
Note that this may be undefined when the dashboard component works with a dashboard that has not yet been persisted (typically newly created dashboard being edited).
Signature:
selectPersistedDashboardTimezoneConfig: DashboardSelector<IDashboardTimezoneConfig | undefined>