useDashboardAlertFilters
Home > @gooddata/sdk-ui-dashboard > useDashboardAlertFilters
useDashboardAlertFilters variable
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.
Signature:
useDashboardAlertFilters: ({ alertToEdit, widget, insight, }: IUseDashboardAlertFiltersProps) => {
widgetFilters: import("@gooddata/sdk-model").IFilter[] | undefined;
widgetFiltersLoading: boolean;
widgetFiltersError: import("@gooddata/sdk-ui").GoodDataSdkError | undefined;
dashboardFilters: import("@gooddata/sdk-model").FilterContextItem[] | undefined;
}