@univerjs/sheets-data-validation v0.5.4
Interface: IBeforeSheetDataValidationDeleteAllEvent
Defined in: sheets-data-validation/src/facade/f-event.ts:152
Event interface triggered before deleting all data validation rules IBeforeSheetDataValidationDeleteAllEvent
Extends
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 |
rules | FDataValidation [] | Array of all validation rules to be deleted | - | sheets-data-validation/src/facade/f-event.ts:158 |
workbook | FWorkbook | The workbook instance | - | sheets-data-validation/src/facade/f-event.ts:156 |
worksheet | FWorksheet | The worksheet containing the validations | - | sheets-data-validation/src/facade/f-event.ts:154 |