@univerjs/sheets-filter v0.5.4


Interface: ICustomFilters

Defined in: sheets-filter/src/models/types.ts:67

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