widgetFilters
Home > @gooddata/sdk-ui-dashboard > IAlertingDialogProps > widgetFilters
IAlertingDialogProps.widgetFilters property
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.
Widget filters to be used for alert.
Note: - Provided filters are a combination of insight and dashboard filters, following these rules: - Cross-filtering filters are excluded as they are typically not desired in the alert. - The widget's ignored filters configuration is honored (ignored filters are not overridden by dashboard filters and remain as is). - If the resulting filters include all-time date filter, it is excluded as it has no effect on the alert execution.
- If we are editing an existing alert, this will contain its filters, as changing saved filters is currently not allowed.
Signature:
widgetFilters?: IFilter[];