useAutomationsContext()
Home > @gooddata/sdk-ui-dashboard > useAutomationsContext
useAutomationsContext() 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 automation dialogs' shared context.
The alerting and scheduled-email dialogs (create/edit and management) render inside this context and read the workspace catalog, filter configuration, locale, formatting, and other cross-dialog data from here.
Signature:
export declare function useAutomationsContext(): IAutomationsContextValue;
Returns: