@univerjs/sheets-filter-ui v0.4.2 • Docs
Interface: ISetSheetsFilterCriteriaCommandParams
Parameters of command SetSheetsFilterCriteriaCommand.
Extends
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
col | number | the column index of the filter criteria | - | sheets-filter-ui/src/commands/commands/sheets-filter.command.ts:162 (opens in a new tab) |
criteria | Nullable <IFilterColumn > | the filter criteria to be set | - | sheets-filter-ui/src/commands/commands/sheets-filter.command.ts:163 (opens in a new tab) |
subUnitId | string | - | ISheetCommandSharedParams .subUnitId | sheets/src/commands/utils/interface.ts:19 (opens in a new tab) |
unitId | string | - | ISheetCommandSharedParams .unitId | sheets/src/commands/utils/interface.ts:18 (opens in a new tab) |