useAlertingManagementDialogContext()
Home > @gooddata/sdk-ui-dashboard > useAlertingManagementDialogContext
useAlertingManagementDialogContext() 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.
Reads the alerting management dialog context.
A replacement for the alerting management dialog renders inside this context and reads the current user, the dashboard it's rendered on, the widget/insight lookups (getWidgetByRef, getInsightByWidgetRef), and the pause/resume callbacks from here.
Some members exist to wire internal machinery (automationsInvalidationId, managementDialogContext) and are not intended as a customization surface.
Signature:
export declare function useAlertingManagementDialogContext(): IAlertingManagementDialogContextValue;
Returns: