@univerjs/sheets-filter v0.4.2 • Docs
Interface: IFilterColumn
The filter criteria of a column.
Properties
Property | Type | Description | Defined in |
---|---|---|---|
colId | number | The column number. | sheets-filter/src/models/types.ts:44 (opens in a new tab) |
customFilters? | ICustomFilters | The custom filters. | sheets-filter/src/models/types.ts:46 (opens in a new tab) |
filters? | IFilters | The basic filters (filter by value). | sheets-filter/src/models/types.ts:45 (opens in a new tab) |