ReplaceAttributeFilterItemSelection
Home > @gooddata/sdk-ui-dashboard > ReplaceAttributeFilterItemSelection
ReplaceAttributeFilterItemSelection type
Command for replacing an attribute filter item's selection.
Signature:
export type ReplaceAttributeFilterItemSelection = IDashboardCommand & {
readonly type: "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER_ITEM.REPLACE_SELECTION";
readonly payload: ReplaceAttributeFilterItemSelectionPayload;
};
References: IDashboardCommand
Remarks
This command replaces the entire filter item in the filter context. It supports all attribute filter types including standard element-based, arbitrary text, and match text filters.