@univerjs-pro/collaboration-client v0.5.4


Class: CommentService

Defined in: packages/collaboration-client/src/services/comment/comment.service.ts:4

Constructors

new CommentService()

new CommentService(): CommentService

Returns

CommentService

Properties

PropertyModifierTypeDefined in
commentUpdate$readonlyObservable<CommentUpdate>packages/collaboration-client/src/services/comment/comment.service.ts:7

Methods

onCommentUpdate()

onCommentUpdate(data): void

Defined in: packages/collaboration-client/src/services/comment/comment.service.ts:9

Parameters

ParameterType
dataCommentUpdate

Returns

void