@univerjs/sheets-thread-comment v0.5.4
Interface: ISheetCommentUpdateEvent
Defined in: sheets-thread-comment/src/facade/f-event.ts:217
Event interface triggered after a comment is updated in a sheet ISheetCommentUpdateEvent
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:225 |
comment | FThreadComment | The updated comment object | - | sheets-thread-comment/src/facade/f-event.ts:227 |
row | number | Row index of the comment | - | sheets-thread-comment/src/facade/f-event.ts:223 |
workbook | FWorkbook | The workbook instance | - | sheets-thread-comment/src/facade/f-event.ts:219 |
worksheet | FWorksheet | The worksheet containing the updated comment | - | sheets-thread-comment/src/facade/f-event.ts:221 |