@univerjs/sheets-thread-comment v0.5.4
Interface: IBeforeSheetCommentDeleteEvent
Defined in: sheets-thread-comment/src/facade/f-event.ts:255
Event interface triggered before a comment is deleted from a sheet IBeforeSheetCommentDeleteEvent
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 |
col | number | Column index of the comment | - | sheets-thread-comment/src/facade/f-event.ts:263 |
comment | FThreadComment | The comment to be deleted | - | sheets-thread-comment/src/facade/f-event.ts:265 |
row | number | Row index of the comment | - | sheets-thread-comment/src/facade/f-event.ts:261 |
workbook | FWorkbook | The workbook instance | - | sheets-thread-comment/src/facade/f-event.ts:257 |
worksheet | FWorksheet | The worksheet containing the comment | - | sheets-thread-comment/src/facade/f-event.ts:259 |