widgetFilters
Home > @gooddata/sdk-ui-dashboard > IScheduledEmailDialogProps > widgetFilters
IScheduledEmailDialogProps.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 scheduled email.
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 scheduled export. - 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 scheduled export execution.
- If we are editing an existing scheduled export, this will contain its filters, as changing saved filters is currently not allowed.
Signature:
widgetFilters?: IFilter[];