DashboardInsightWidgetFilterSettingsChangedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardInsightWidgetFilterSettingsChangedPayload
DashboardInsightWidgetFilterSettingsChangedPayload interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Payload of the DashboardInsightWidgetFilterSettingsChanged event.
Signature:
export interface DashboardInsightWidgetFilterSettingsChangedPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
dateDatasetForFiltering? | readonly | ICatalogDateDataset | (BETA) (Optional) Date dataset used for date filtering. If undefined, then dashboard's date filter is not in effect for the widget. |
ignoredAttributeFilters | readonly | IDashboardAttributeFilter[] | (BETA) Attribute filters that are ignored for the widget. If empty, then all attribute filters defined for the dashboard are in effect. |
ignoredDateFilters? | readonly | IDashboardDateFilter[] | (BETA) (Optional) Date filters with dimension that are ignored for the widget. If empty, then all date filters defined for the dashboard are in effect. |
ref | readonly | ObjRef | (BETA) Reference to Insight Widget that was changed. |