@univerjs/sheets-data-validation v0.5.4
Interface: IBeforeSheetDataValidationOptionsUpdateEvent
Defined in: sheets-data-validation/src/facade/f-event.ts:134
Event interface triggered before updating a data validation rule’s options IBeforeSheetDataValidationOptionsUpdateEvent
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 |
newOptions | IDataValidationRuleOptions | The new options to be applied | - | sheets-data-validation/src/facade/f-event.ts:144 |
rule | FDataValidation | The current validation rule | - | sheets-data-validation/src/facade/f-event.ts:142 |
ruleId | string | Unique identifier of the rule to be updated | - | sheets-data-validation/src/facade/f-event.ts:140 |
workbook | FWorkbook | The workbook instance | - | sheets-data-validation/src/facade/f-event.ts:138 |
worksheet | FWorksheet | The worksheet containing the validation | - | sheets-data-validation/src/facade/f-event.ts:136 |