@univerjs/sheets-filter v0.5.0-beta.1 • 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 |
val | string | number | The value to be compared. | sheets-filter/src/models/types.ts:79 |