@univerjssheets-data-validationfacadeinterfacesIbeforesheetdatavalidationaddevent

@univerjs/sheets-data-validation v0.5.4


Interface: IBeforeSheetDataValidationAddEvent

Defined in: sheets-data-validation/src/facade/f-event.ts:68

Event interface triggered before adding a new data validation rule IBeforeSheetDataValidationAddEvent

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
cancel?booleanFlag to cancel the event if supportedIEventBase.cancelcore/src/facade/f-event.ts:29
ruleISheetDataValidationRuleThe validation rule to be added-sheets-data-validation/src/facade/f-event.ts:74
workbookFWorkbookThe workbook instance-sheets-data-validation/src/facade/f-event.ts:72
worksheetFWorksheetThe worksheet to add the validation to-sheets-data-validation/src/facade/f-event.ts:70