@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

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:243
commentFThreadCommentThe current comment object-sheets-thread-comment/src/facade/f-event.ts:245
newContentRichTextValueThe new content to replace the existing comment-sheets-thread-comment/src/facade/f-event.ts:247
rownumberRow index of the comment-sheets-thread-comment/src/facade/f-event.ts:241
workbookFWorkbookThe workbook instance-sheets-thread-comment/src/facade/f-event.ts:237
worksheetFWorksheetThe worksheet containing the comment-sheets-thread-comment/src/facade/f-event.ts:239