DashboardAttributeFilterSelectionChangedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardAttributeFilterSelectionChangedPayload
DashboardAttributeFilterSelectionChangedPayload interface
Payload of the DashboardAttributeFilterSelectionChanged event.
Signature:
export interface DashboardAttributeFilterSelectionChangedPayload
Remarks
See also dashboardAttributeFilterToAttributeFilter() convertor – this allows you to convert the filter
object to an IAttributeFilter instance you can use with visualizations, filter UI components and so on.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
filter | readonly | IDashboardAttributeFilter | The update definition of the dashboard attribute filter. The attribute elements and/or the negativeSelection indicator values have changed. |