Skip to content

Function: useComments()

@roomful/solid


@roomful/solid / useComments

useComments<TPresence>(options?): UseCommentsResult

Defined in: solid/src/index.ts:1128

Subscribes to collaborative comment threads and returns the thread mutators.

TPresence extends PresenceData = PresenceData

The room presence shape.

CommentsOptions

Optional storage backend configuration.

UseCommentsResult

The threads accessor plus add/reply/resolve/reopen and filter helpers.