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 | Type | Description |
---|---|---|
filterContext | IFilterContextDefinition | The new value of the filterContext. |