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 | 
|---|---|---|---|
| 
 | (Optional) Date data set widget is connected to | ||
| 
 | boolean | (Optional) Ignore cross-filtering filters | |
| 
 | Ignore particular dashboard filters in the current widget |