useScheduledEmailManagementDialogContext()
Home > @gooddata/sdk-ui-dashboard > useScheduledEmailManagementDialogContext
useScheduledEmailManagementDialogContext() 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 scheduled-email management dialog context.
A replacement for the scheduled-email management dialog renders inside this context and reads the dashboard it's rendered on, the automations limit (maxAutomations, unlimitedAutomations), the scheduled exports to list (automations), and whether they are still loading (isLoading) from here.
Some members exist to wire internal machinery (automationsInvalidationId) and are not intended as a customization surface.
Signature:
export declare function useScheduledEmailManagementDialogContext(): IScheduledEmailManagementDialogContextValue;
Returns: