@univerjs/sheets-filter v0.5.0-beta.1Docs


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
customFilters[ICustomFilter] | [ICustomFilter, ICustomFilter]The custom filters.sheets-filter/src/models/types.ts:69