ITimezoneIndicatorProps
Home > @gooddata/sdk-ui-dashboard > ITimezoneIndicatorProps
ITimezoneIndicatorProps 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.
Signature:
export interface ITimezoneIndicatorProps
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(ALPHA) (Optional) Effective workspace/organization timezone used when ITimezoneIndicatorProps.timezoneConfig does not define an explicit timezone ID. | ||
|
(ALPHA) (Optional) Resolved timezone information. The default indicator renders only IDashboardTimezoneInfo.name in the badge; IDashboardTimezoneInfo.offsetLabel is shown in the tooltip and exposed here for custom renderings. When not provided, the indicator resolves the information from ITimezoneIndicatorProps.timezoneConfig and ITimezoneIndicatorProps.defaultTimezone. | |||
|
(ALPHA) (Optional) Dashboard timezone configuration driving the indicator visibility. |