@univerjs/sheets-data-validation v0.5.4
Interface: ISheetDataValidatorStatusChangedEvent
Defined in: sheets-data-validation/src/facade/f-event.ts:48
Event interface triggered when a data validation status changes ISheetDataValidatorStatusChangedEvent
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 |
column | number | Column index of the validated cell | - | sheets-data-validation/src/facade/f-event.ts:56 |
row | number | Row index of the validated cell | - | sheets-data-validation/src/facade/f-event.ts:54 |
rule | FDataValidation | The validation rule that was checked | - | sheets-data-validation/src/facade/f-event.ts:60 |
status | DataValidationStatus | Current validation status | - | sheets-data-validation/src/facade/f-event.ts:58 |
workbook | FWorkbook | The workbook instance | - | sheets-data-validation/src/facade/f-event.ts:52 |
worksheet | FWorksheet | The worksheet containing the validation | - | sheets-data-validation/src/facade/f-event.ts:50 |