@univerjs/sheets-thread-comment v0.5.4
Interface: ISheetCommentDeleteEvent
Defined in: sheets-thread-comment/src/facade/f-event.ts:273
Event interface triggered after a comment is deleted from a sheet ISheetCommentDeleteEvent
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 |
commentId | string | The ID of the deleted comment | - | sheets-thread-comment/src/facade/f-event.ts:279 |
workbook | FWorkbook | The workbook instance | - | sheets-thread-comment/src/facade/f-event.ts:275 |
worksheet | FWorksheet | The worksheet that contained the comment | - | sheets-thread-comment/src/facade/f-event.ts:277 |