@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

PropertyTypeDescriptionInherited fromDefined in
cancel?booleanFlag to cancel the event if supportedIEventBase.cancelcore/src/facade/f-event.ts:29
colnumberColumn index of the comment-sheets-thread-comment/src/facade/f-event.ts:225
commentFThreadCommentThe updated comment object-sheets-thread-comment/src/facade/f-event.ts:227
rownumberRow index of the comment-sheets-thread-comment/src/facade/f-event.ts:223
workbookFWorkbookThe workbook instance-sheets-thread-comment/src/facade/f-event.ts:219
worksheetFWorksheetThe worksheet containing the updated comment-sheets-thread-comment/src/facade/f-event.ts:221