DefaultAlertingManagementDialogNew()
Home > @gooddata/sdk-ui-dashboard > DefaultAlertingManagementDialogNew
DefaultAlertingManagementDialogNew() function
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.
Self-contained version of DefaultAlertingManagementDialogNew that builds the required AutomationsContext and AlertingManagementDialogContext internally from the dashboard Redux store. Use this export when mounting the management dialog outside of AlertingConnector (e.g. embedding scenarios, storybooks, or custom dashboard shells).
Signature:
export declare function DefaultAlertingManagementDialogNew(props: IAlertingManagementDialogProps): import("react/jsx-runtime").JSX.Element;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
props |
Returns:
import("react/jsx-runtime").JSX.Element