DashboardAttributeFilterSelectionChanged
Home > @gooddata/sdk-ui-dashboard > DashboardAttributeFilterSelectionChanged
DashboardAttributeFilterSelectionChanged type
This event is emitted after new elements are selected and applied in an attribute filter.
Signature:
export type DashboardAttributeFilterSelectionChanged = IDashboardEvent & {
readonly type: "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.SELECTION_CHANGED";
readonly payload: DashboardAttributeFilterSelectionChangedPayload;
};
References: IDashboardEvent, DashboardAttributeFilterSelectionChangedPayload
Remarks
See also dashboardAttributeFilterToAttributeFilter() convertor – this allows you to convert the filter in the event payload to an IAttributeFilter instance you can use with visualizations, filter UI components and so on.