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