IFilterableWidget
Home > @gooddata/sdk-model > IFilterableWidget
IFilterableWidget interface
Defines properties that are used for filterable widgets. Filterable widgets allow users to specify:
- Date data set that should be used for date-filtering the data for the widget - An ignore-list containing references to dashboard attribute filters that should be ignored by the widget. - Whether widget should ignore cross-filtering filters.
Signature:
export interface IFilterableWidget
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
dateDataSet? | readonly | ObjRef | (Optional) Date data set widget is connected to |
ignoreCrossFiltering? | readonly | boolean | (Optional) Ignore cross-filtering filters |
ignoreDashboardFilters | readonly | IDashboardFilterReference[] | Ignore particular dashboard filters in the current widget |