Skip to content

useComments

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/packages/ui-react/src/hooks/useComments.ts

useComments - Hook for comment management with real-time updates

Provides comment state and operations with WebSocket support.

Signature

ts
function useComments(options: UseCommentsOptions): UseCommentsReturn

Parameters

NameType
optionsUseCommentsOptions

Returns: UseCommentsReturn

Was this page helpful?

Download as PDF