@univerjs/sheets-data-validation v0.5.4
Interface: ISheetDataValidationChangedEvent
Defined in: sheets-data-validation/src/facade/f-event.ts:28
Event interface triggered when a data validation rule is changed ISheetDataValidationChangedEvent
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 |
changeType | DataValidationChangeType | Type of change made to the validation rule | - | sheets-data-validation/src/facade/f-event.ts:36 |
oldRule? | IDataValidationRule | The previous validation rule, if it exists | - | sheets-data-validation/src/facade/f-event.ts:38 |
origin | IRuleChange | The source of the rule change | - | sheets-data-validation/src/facade/f-event.ts:30 |
rule | FDataValidation | The new or modified validation rule | - | sheets-data-validation/src/facade/f-event.ts:40 |
workbook | FWorkbook | The workbook instance | - | sheets-data-validation/src/facade/f-event.ts:34 |
worksheet | FWorksheet | The worksheet containing the validation rule | - | sheets-data-validation/src/facade/f-event.ts:32 |