API Reference
@univerjs
@univerjs/sheets-filter
interfaces
Isetsheetsfiltercriteriamutationparams

@univerjs/sheets-filter v0.1.17Docs


Interface: ISetSheetsFilterCriteriaMutationParams

Copyright 2023-present DreamNum Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
colnumber--sheets-filter/src/commands/sheets-filter.mutation.ts:53 (opens in a new tab)
criteriaNullable<IFilterColumn>Filter criteria to set. If it is null, the criteria will be removed.-sheets-filter/src/commands/sheets-filter.mutation.ts:58 (opens in a new tab)
reCalc?booleanIf it should trigger calculation on this FilterColumn. Default true-sheets-filter/src/commands/sheets-filter.mutation.ts:65 (opens in a new tab)
subUnitIdstring-ISheetCommandSharedParams.subUnitIdsheets/src/commands/utils/interface.ts:19 (opens in a new tab)
unitIdstring-ISheetCommandSharedParams.unitIdsheets/src/commands/utils/interface.ts:18 (opens in a new tab)

Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.