@univerjs/sheets-filter v0.4.2 • Docs
Interface: ICustomFilters
Custom filters.
Properties
Property | Type | Description | Defined in |
---|---|---|---|
and? | TRUE | The 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) |