@univerjs/sheets-thread-comment v0.5.4
Interface: IBeforeSheetCommentAddEvent
Defined in: sheets-thread-comment/src/facade/f-event.ts:199
Event interface triggered before a comment is added to a sheet IBeforeSheetCommentAddEvent
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 for the new comment | - | sheets-thread-comment/src/facade/f-event.ts:207 |
comment | FTheadCommentItem | The comment item to be added | - | sheets-thread-comment/src/facade/f-event.ts:209 |
row | number | Row index for the new comment | - | sheets-thread-comment/src/facade/f-event.ts:205 |
workbook | FWorkbook | The workbook instance | - | sheets-thread-comment/src/facade/f-event.ts:201 |
worksheet | FWorksheet | The worksheet where the comment will be added | - | sheets-thread-comment/src/facade/f-event.ts:203 |