@univerjs/sheets-filter v0.5.4
Variable: RemoveSheetFilterCommand
const RemoveSheetFilterCommand: ICommand<ISheetCommandSharedParams>;
Defined in: sheets-filter/src/commands/commands/sheets-filter.command.ts:82
A CommandType.COMMAND to remove filter in a Worksheet. Its params ISheetCommandSharedParams is required. If the FilterModel does not exist, it will fail to execute.