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

@univerjs/sheets-filter v0.4.2Docs


Interface: ISetSheetsFilterCriteriaMutationParams

Parameters of mutation SetSheetsFilterCriteriaMutation.

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
colnumberthe column index to set filter criteria.-sheets-filter/src/commands/mutations/sheets-filter.mutation.ts:61 (opens in a new tab)
criteriaNullable<IFilterColumn>the filter criteria to set. If it is null, the criteria will be removed.-sheets-filter/src/commands/mutations/sheets-filter.mutation.ts:62 (opens in a new tab)
reCalc?booleanif it should trigger calculation on this FilterColumn.-sheets-filter/src/commands/mutations/sheets-filter.mutation.ts:63 (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.