@univerjs/sheets-thread-comment v0.5.4


Interface: ISheetCommentResolveEvent

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

Event interface triggered when a comment’s resolve status changes ISheetCommentResolveEvent

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:295
commentFThreadCommentThe comment object-sheets-thread-comment/src/facade/f-event.ts:297
resolvedbooleanThe new resolve status-sheets-thread-comment/src/facade/f-event.ts:299
rownumberRow index of the comment-sheets-thread-comment/src/facade/f-event.ts:293
workbookFWorkbookThe workbook instance-sheets-thread-comment/src/facade/f-event.ts:289
worksheetFWorksheetThe worksheet containing the comment-sheets-thread-comment/src/facade/f-event.ts:291