ChangeAttributeFilterSelection
Home > @gooddata/sdk-ui-dashboard > ChangeAttributeFilterSelection
ChangeAttributeFilterSelection type
Command for attribute filter selection change.
Signature:
export type ChangeAttributeFilterSelection = IDashboardCommand & {
readonly type: "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.CHANGE_SELECTION";
readonly payload: ChangeAttributeFilterSelectionPayload;
};
References: IDashboardCommand, ChangeAttributeFilterSelectionPayload
Remarks
See changeAttributeFilterSelection() and applyAttributeFilter() factory functions you can use to create this command more easily from raw data and IAttributeFilter, respectively.