@univerjs/sheets-thread-comment v0.5.4
Interface: ISheetCommentAddEvent
Defined in: sheets-thread-comment/src/facade/f-event.ts:181
Event interface triggered after a comment is added to a sheet ISheetCommentAddEvent
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:189 |
comment | FThreadComment | The added comment object | - | sheets-thread-comment/src/facade/f-event.ts:191 |
row | number | Row index of the comment | - | sheets-thread-comment/src/facade/f-event.ts:187 |
workbook | FWorkbook | The workbook instance | - | sheets-thread-comment/src/facade/f-event.ts:183 |
worksheet | FWorksheet | The worksheet where the comment is added | - | sheets-thread-comment/src/facade/f-event.ts:185 |