@univerjssheets-thread-commentfacadeinterfacesIbeforesheetcommentaddevent

@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

PropertyTypeDescriptionInherited fromDefined in
cancel?booleanFlag to cancel the event if supportedIEventBase.cancelcore/src/facade/f-event.ts:29
colnumberColumn index for the new comment-sheets-thread-comment/src/facade/f-event.ts:207
commentFTheadCommentItemThe comment item to be added-sheets-thread-comment/src/facade/f-event.ts:209
rownumberRow index for the new comment-sheets-thread-comment/src/facade/f-event.ts:205
workbookFWorkbookThe workbook instance-sheets-thread-comment/src/facade/f-event.ts:201
worksheetFWorksheetThe worksheet where the comment will be added-sheets-thread-comment/src/facade/f-event.ts:203