ScheduledEmailDialogContextProvider
Home > @gooddata/sdk-ui-dashboard > ScheduledEmailDialogContextProvider
ScheduledEmailDialogContextProvider 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.
Provides the scheduled-email create/edit dialog context.
The dashboard's connector mounts the original value. Exported so a context-decorator component (CustomScheduledEmailDialogContextDecoratorComponent) can re-provide a decorated value read from useScheduledEmailDialogContext(); it is not a way to run the dialog outside a dashboard.
Signature:
ScheduledEmailDialogContextProvider: import("react").Provider<IScheduledEmailDialogContextValue | undefined>