@univerjssheets-data-validationfacadeinterfacesIbeforesheetdatavalidationoptionsupdateevent

@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

PropertyTypeDescriptionInherited fromDefined in
cancel?booleanFlag to cancel the event if supportedIEventBase.cancelcore/src/facade/f-event.ts:29
newOptionsIDataValidationRuleOptionsThe new options to be applied-sheets-data-validation/src/facade/f-event.ts:144
ruleFDataValidationThe current validation rule-sheets-data-validation/src/facade/f-event.ts:142
ruleIdstringUnique identifier of the rule to be updated-sheets-data-validation/src/facade/f-event.ts:140
workbookFWorkbookThe workbook instance-sheets-data-validation/src/facade/f-event.ts:138
worksheetFWorksheetThe worksheet containing the validation-sheets-data-validation/src/facade/f-event.ts:136