@univerjs/sheets-data-validation v0.5.4
Interface: IBeforeSheetDataValidationDeleteEvent
Defined in: sheets-data-validation/src/facade/f-event.ts:82
Event interface triggered before deleting a data validation rule IBeforeSheetDataValidationDeleteEvent
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 |
rule | FDataValidation | The validation rule to be deleted | - | sheets-data-validation/src/facade/f-event.ts:90 |
ruleId | string | Unique identifier of the rule to be deleted | - | sheets-data-validation/src/facade/f-event.ts:88 |
workbook | FWorkbook | The workbook instance | - | sheets-data-validation/src/facade/f-event.ts:86 |
worksheet | FWorksheet | The worksheet containing the validation | - | sheets-data-validation/src/facade/f-event.ts:84 |