@univerjs/sheets-thread-comment v0.5.4
Interface: ISheetCommentResolveEvent
Defined in: sheets-thread-comment/src/facade/f-event.ts:287
Event interface triggered when a comment’s resolve status changes ISheetCommentResolveEvent
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:295 |
comment | FThreadComment | The comment object | - | sheets-thread-comment/src/facade/f-event.ts:297 |
resolved | boolean | The new resolve status | - | sheets-thread-comment/src/facade/f-event.ts:299 |
row | number | Row index of the comment | - | sheets-thread-comment/src/facade/f-event.ts:293 |
workbook | FWorkbook | The workbook instance | - | sheets-thread-comment/src/facade/f-event.ts:289 |
worksheet | FWorksheet | The worksheet containing the comment | - | sheets-thread-comment/src/facade/f-event.ts:291 |