@univerjs/sheets-thread-comment v0.5.4


Interface: IBeforeSheetCommentDeleteEvent

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

Event interface triggered before a comment is deleted from a sheet IBeforeSheetCommentDeleteEvent

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:263
commentFThreadCommentThe comment to be deleted-sheets-thread-comment/src/facade/f-event.ts:265
rownumberRow index of the comment-sheets-thread-comment/src/facade/f-event.ts:261
workbookFWorkbookThe workbook instance-sheets-thread-comment/src/facade/f-event.ts:257
worksheetFWorksheetThe worksheet containing the comment-sheets-thread-comment/src/facade/f-event.ts:259