@univerjssheets-data-validationfacadeinterfacesIsheetdatavalidationchangedevent

@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

PropertyTypeDescriptionInherited fromDefined in
cancel?booleanFlag to cancel the event if supportedIEventBase.cancelcore/src/facade/f-event.ts:29
changeTypeDataValidationChangeTypeType of change made to the validation rule-sheets-data-validation/src/facade/f-event.ts:36
oldRule?IDataValidationRuleThe previous validation rule, if it exists-sheets-data-validation/src/facade/f-event.ts:38
originIRuleChangeThe source of the rule change-sheets-data-validation/src/facade/f-event.ts:30
ruleFDataValidationThe new or modified validation rule-sheets-data-validation/src/facade/f-event.ts:40
workbookFWorkbookThe workbook instance-sheets-data-validation/src/facade/f-event.ts:34
worksheetFWorksheetThe worksheet containing the validation rule-sheets-data-validation/src/facade/f-event.ts:32