IScheduledEmailDialogTimezoneProps
Home > @gooddata/sdk-ui-dashboard > IScheduledEmailDialogTimezoneProps
IScheduledEmailDialogTimezoneProps 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.
Props of the default scheduled email dialog's "Time zone" section (the export-content timezone picker on the General tab; unrelated to the schedule cron timezone).
Signature:
export interface IScheduledEmailDialogTimezoneProps
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string | undefined |
(ALPHA) Concrete timezone the Default option currently resolves to (display only). | ||
|
boolean |
(ALPHA) Whether the dialog schedules a single-widget export. Widget schedules always show a concrete resolved timezone — they have no Default option, because the backend cannot derive anything dashboard-scoped for them. | ||
|
(timezoneId: string | undefined) => void |
(ALPHA) Called with the picked timezone; undefined selects the Default option. | ||
|
(ALPHA) Current selection; an undefined id is the Default option (dashboard schedules only). |