@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

Properties

PropertyTypeDescriptionInherited fromDefined in
cancel?booleanFlag to cancel the event if supportedIEventBase.cancelcore/src/facade/f-event.ts:29
colnumber-Pick.colsheets-filter/src/commands/commands/sheets-filter.command.ts:163
criteriaNullable<IFilterColumn>-Pick.criteriasheets-filter/src/commands/commands/sheets-filter.command.ts:164
workbookFWorkbook--sheets-filter/src/facade/f-event.ts:100
worksheetFWorksheet--sheets-filter/src/facade/f-event.ts:101