DashboardFilterContextChangedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardFilterContextChangedPayload
DashboardFilterContextChangedPayload interface
Payload of the DashboardFilterContextChanged event.
Signature:
export interface DashboardFilterContextChangedPayload
Remarks
See also filterContextToDashboardFiltersByWidget() and filterContextToDashboardFiltersByDateDataSet() convertors – those allow you to convert the filterContext
object to array of IFilter instances you can use with visualizations, filter UI components and so on.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
attributeFilterConfigs | readonly | IDashboardAttributeFilterConfig[] | The new value of the attribute filter configs. |
filterContext | readonly | IFilterContextDefinition | The new value of the filterContext. |