@univerjs/sheets-thread-comment v0.5.4
Interface: IBeforeSheetCommentUpdateEvent
Defined in: sheets-thread-comment/src/facade/f-event.ts:235
Event interface triggered before a comment is updated in a sheet IBeforeSheetCommentUpdateEvent
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:243 |
comment | FThreadComment | The current comment object | - | sheets-thread-comment/src/facade/f-event.ts:245 |
newContent | RichTextValue | The new content to replace the existing comment | - | sheets-thread-comment/src/facade/f-event.ts:247 |
row | number | Row index of the comment | - | sheets-thread-comment/src/facade/f-event.ts:241 |
workbook | FWorkbook | The workbook instance | - | sheets-thread-comment/src/facade/f-event.ts:237 |
worksheet | FWorksheet | The worksheet containing the comment | - | sheets-thread-comment/src/facade/f-event.ts:239 |