Skip to content

Function: useComments()

@roomful/vue


@roomful/vue / useComments

useComments<TPresence>(options?): UseCommentsResult

Defined in: vue/src/index.ts:1255

Subscribes to collaborative comment threads and returns the thread mutators.

TPresence extends PresenceData = PresenceData

The room presence shape.

CommentsOptions

Optional storage backend configuration.

UseCommentsResult

A readonly ref of threads plus add/reply/resolve/reopen and filter helpers.