@univerjs/sheets-data-validation v0.5.4
Interface: IBeforeSheetDataValidationAddEvent
Defined in: sheets-data-validation/src/facade/f-event.ts:68
Event interface triggered before adding a new data validation rule IBeforeSheetDataValidationAddEvent
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 | ISheetDataValidationRule | The validation rule to be added | - | sheets-data-validation/src/facade/f-event.ts:74 |
workbook | FWorkbook | The workbook instance | - | sheets-data-validation/src/facade/f-event.ts:72 |
worksheet | FWorksheet | The worksheet to add the validation to | - | sheets-data-validation/src/facade/f-event.ts:70 |