ChangeFilterContextSelection
Home > @gooddata/sdk-ui-dashboard > ChangeFilterContextSelection
ChangeFilterContextSelection type
Command for changing multiple filters at once.
Signature:
export type ChangeFilterContextSelection = IDashboardCommand & {
readonly type: "GDC.DASH/CMD.FILTER_CONTEXT.CHANGE_SELECTION";
readonly payload: ChangeFilterContextSelectionPayload;
};
References: IDashboardCommand, ChangeFilterContextSelectionPayload
Remarks
See changeFilterContextSelection() for a factory function that will help you create this command.