@univerjs/sheets-filter v0.5.0-beta.1 • 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/src/commands/commands/sheets-filter.command.ts:163 |
criteria | Nullable <IFilterColumn > | the filter criteria to be set | - | sheets-filter/src/commands/commands/sheets-filter.command.ts:164 |
subUnitId | string | - | ISheetCommandSharedParams .subUnitId | sheets/src/commands/utils/interface.ts:19 |
unitId | string | - | ISheetCommandSharedParams .unitId | sheets/src/commands/utils/interface.ts:18 |