@univerjs/sheets-data-validation v0.5.4
Interface: IBeforeSheetDataValidationRangeUpdateEvent
Defined in: sheets-data-validation/src/facade/f-event.ts:116
Event interface triggered before updating a data validation rule’s ranges IBeforeSheetDataValidationRangeUpdateEvent
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 |
newRanges | IRange [] | The new ranges to be applied | - | sheets-data-validation/src/facade/f-event.ts:126 |
rule | FDataValidation | The current validation rule | - | sheets-data-validation/src/facade/f-event.ts:124 |
ruleId | string | Unique identifier of the rule to be updated | - | sheets-data-validation/src/facade/f-event.ts:122 |
workbook | FWorkbook | The workbook instance | - | sheets-data-validation/src/facade/f-event.ts:120 |
worksheet | FWorksheet | The worksheet containing the validation | - | sheets-data-validation/src/facade/f-event.ts:118 |