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

@univerjs/sheets-filter v0.4.2Docs


Interface: ICustomFilters

Custom filters.

Properties

PropertyTypeDescriptionDefined in
and?TRUEThe logical operator of the custom filters. If this field is present, the custom filters would be connected by 'and'. Otherwise, they would be connected by 'or'.sheets-filter/src/models/types.ts:68 (opens in a new tab)
customFilters[ICustomFilter] | [ICustomFilter, ICustomFilter]The custom filters.sheets-filter/src/models/types.ts:69 (opens in a new tab)

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