@univerjssheets-data-validationfacadeinterfacesIbeforesheetdatavalidationrangeupdateevent

@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

PropertyTypeDescriptionInherited fromDefined in
cancel?booleanFlag to cancel the event if supportedIEventBase.cancelcore/src/facade/f-event.ts:29
newRangesIRange[]The new ranges to be applied-sheets-data-validation/src/facade/f-event.ts:126
ruleFDataValidationThe current validation rule-sheets-data-validation/src/facade/f-event.ts:124
ruleIdstringUnique identifier of the rule to be updated-sheets-data-validation/src/facade/f-event.ts:122
workbookFWorkbookThe workbook instance-sheets-data-validation/src/facade/f-event.ts:120
worksheetFWorksheetThe worksheet containing the validation-sheets-data-validation/src/facade/f-event.ts:118