@univerjs/sheets-filter v0.4.2 • Docs
Interface: ICustomFilter
A custom filter.
Properties
Property | Type | Description | Defined in |
---|---|---|---|
operator? | CustomFilterOperator | The operator of the comparison. If this field is empty, the operator would be 'equal'. | sheets-filter/src/models/types.ts:80 (opens in a new tab) |
val | string | number | The value to be compared. | sheets-filter/src/models/types.ts:79 (opens in a new tab) |