API Reference
@univerjs
@univerjs/thread-comment
interfaces
Ithreadcommentdatasourceservice

@univerjs/thread-comment v0.3.0Docs


Interface: IThreadCommentDataSourceService

Properties

PropertyTypeDescriptionDefined in
addComment(comment: IThreadComment) => Promise<IThreadComment>handler for add-comment, throw error means fail and stop the process.packages/thread-comment/src/services/tc-datasource.service.ts:61 (opens in a new tab)
dataSourceNullable<IThreadCommentDataSource>-packages/thread-comment/src/services/tc-datasource.service.ts:51 (opens in a new tab)
deleteComment(unitId: string, subUnitId: string, threadId: string, commentId: string) => Promise<boolean>handler for delete-comment, throw error means fail and stop the process.packages/thread-comment/src/services/tc-datasource.service.ts:73 (opens in a new tab)
getThreadComment(unitId: string, subUnitId: string, threadId: string) => Promise<Nullable<IBaseComment>>-packages/thread-comment/src/services/tc-datasource.service.ts:75 (opens in a new tab)
listThreadComments(unitId: string, subUnitId: string, threadId: string[]) => Promise<IBaseComment[]>-packages/thread-comment/src/services/tc-datasource.service.ts:76 (opens in a new tab)
resolveComment(comment: IThreadComment) => Promise<boolean>handler for resolve-comment, throw error means fail and stop the process.packages/thread-comment/src/services/tc-datasource.service.ts:69 (opens in a new tab)
saveToSnapshot(unitComments: Record<string, IThreadComment[]>, unitId: string) => Record<string, ThreadCommentJSON[]>-packages/thread-comment/src/services/tc-datasource.service.ts:74 (opens in a new tab)
syncUpdateMutationToCollabooleanshould sync update mutations to collaboration-serverpackages/thread-comment/src/services/tc-datasource.service.ts:56 (opens in a new tab)
updateComment(comment: IThreadComment) => Promise<boolean>handler for update-comment, throw error means fail and stop the process.packages/thread-comment/src/services/tc-datasource.service.ts:65 (opens in a new tab)

Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.