Timezone
Home > @gooddata/sdk-ui-dashboard > IScheduledEmailDialogSlots > Timezone
IScheduledEmailDialogSlots.Timezone 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.
Wraps or replaces the "Time zone" section on the General tab. Must have a stable reference identity — see ISlotProps.
Renders only when the dialog shows the section at all: the dashboard-timezone feature is enabled and the dashboard allows the view-mode timezone override. When the section is hidden, the slot is not rendered either.
Signature:
Timezone?: ComponentType<ISlotProps<ScheduledEmailDialogTimezoneDefaultProps>>;