@univerjs/sheets-thread-comment v0.5.1 • Docs
Interface: IFWorkbookThreadCommentMixin
Methods
onBeforeAddThreadComment()
onBeforeAddThreadComment(this, callback): IDisposable
The onThreadCommentChange event is fired when the thread comment of this sheet is changed.
Parameters
Parameter | Type | Description |
---|---|---|
this | FWorkbook | - |
callback | (params , options ) => false | void | Callback function that will be called when the event is fired |
Returns
A disposable object that can be used to unsubscribe from the event
Defined in
sheets-thread-comment/src/facade/f-workbook.ts:41
onBeforeDeleteThreadComment()
onBeforeDeleteThreadComment(this, callback): IDisposable
The onBeforeDeleteThreadComment event is fired before the thread comment is deleted.
Parameters
Parameter | Type | Description |
---|---|---|
this | FWorkbook | - |
callback | (params , options ) => false | void | Callback function that will be called when the event is fired |
Returns
A disposable object that can be used to unsubscribe from the event
Defined in
sheets-thread-comment/src/facade/f-workbook.ts:61
onBeforeUpdateThreadComment()
onBeforeUpdateThreadComment(this, callback): IDisposable
The onBeforeUpdateThreadComment event is fired before the thread comment is updated.
Parameters
Parameter | Type | Description |
---|---|---|
this | FWorkbook | - |
callback | (params , options ) => false | void | Callback function that will be called when the event is fired |
Returns
A disposable object that can be used to unsubscribe from the event
Defined in
sheets-thread-comment/src/facade/f-workbook.ts:51
onThreadCommentChange()
onThreadCommentChange(callback): IDisposable
The onThreadCommentChange event is fired when the thread comment of this sheet is changed.
Parameters
Parameter | Type | Description |
---|---|---|
callback | (commentUpdate ) => false | void | Callback function that will be called when the event is fired |
Returns
A disposable object that can be used to unsubscribe from the event
Defined in
sheets-thread-comment/src/facade/f-workbook.ts:34