@univerjs/sheets-filter v0.5.4
Interface: ISheetRangeFilteredParams
Defined in: sheets-filter/src/facade/f-event.ts:99
The params of SheetRangeFiltered and SheetBeforeRangeFilter events.
Param
The corresponding workbook wrapped in FWorkbook.
Param
The corresponding worksheet wrapped in FWorksheet.
Param
The column on which the filter criteria is changed.
Param
Raw filter criteria.
Extends
IEventBase
.Pick
<ISetSheetsFilterCriteriaCommandParams
,"criteria"
|"col"
>
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
cancel? | boolean | Flag to cancel the event if supported | IEventBase .cancel | core/src/facade/f-event.ts:29 |
col | number | - | Pick.col | sheets-filter/src/commands/commands/sheets-filter.command.ts:163 |
criteria | Nullable <IFilterColumn > | - | Pick.criteria | sheets-filter/src/commands/commands/sheets-filter.command.ts:164 |
workbook | FWorkbook | - | - | sheets-filter/src/facade/f-event.ts:100 |
worksheet | FWorksheet | - | - | sheets-filter/src/facade/f-event.ts:101 |