Skip to content

Interface: CommentThreadHandle

@roomful/core


@roomful/core / CommentThreadHandle

Defined in: packages/core/src/types.ts:2091

Operates on a single comment thread resolved by id.

reopen(): Promise<CommentThread>

Defined in: packages/core/src/types.ts:2112

Reopens a resolved thread.

Promise<CommentThread>

A promise resolving to the updated thread.


reply(text): Promise<CommentThread>

Defined in: packages/core/src/types.ts:2098

Appends a reply authored by the local peer to the thread.

string

The reply body.

Promise<CommentThread>

A promise resolving to the updated thread.


resolve(): Promise<CommentThread>

Defined in: packages/core/src/types.ts:2105

Marks the thread resolved.

Promise<CommentThread>

A promise resolving to the updated thread.