useScheduledEmailDialogContext()
Home > @gooddata/sdk-ui-dashboard > useScheduledEmailDialogContext
useScheduledEmailDialogContext() 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 create/edit dialog context.
A replacement for the scheduled-email dialog renders inside this context and reads the dialog's widget and insight, the dashboard filter context and export templates it should apply, the scheduled export being edited, the available workspace users and notification channels, and the create/save/delete callbacks from here.
Some members exist to wire internal machinery (exportParametersByTab, widgetLocalIdToTabIdMap, commonDateFilterMode, dateFiltersModeMap, attributeFiltersModeMap) and are not intended as a customization surface.
Signature:
export declare function useScheduledEmailDialogContext(): IScheduledEmailDialogContextValue;
Returns: