@univerjs/sheets-thread-comment v0.5.4


Interface: ISheetCommentDeleteEvent

Defined in: sheets-thread-comment/src/facade/f-event.ts:273

Event interface triggered after a comment is deleted from a sheet ISheetCommentDeleteEvent

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
cancel?booleanFlag to cancel the event if supportedIEventBase.cancelcore/src/facade/f-event.ts:29
commentIdstringThe ID of the deleted comment-sheets-thread-comment/src/facade/f-event.ts:279
workbookFWorkbookThe workbook instance-sheets-thread-comment/src/facade/f-event.ts:275
worksheetFWorksheetThe worksheet that contained the comment-sheets-thread-comment/src/facade/f-event.ts:277