DashboardAttributeFilterSelectionChangedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardAttributeFilterSelectionChangedPayload
DashboardAttributeFilterSelectionChangedPayload type
Payload of the DashboardAttributeFilterSelectionChanged event.
Signature:
export type DashboardAttributeFilterSelectionChangedPayload = {
readonly filter: IDashboardAttributeFilter;
};
References: IDashboardAttributeFilter
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.