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
tsfunction useComments(options: UseCommentsOptions): UseCommentsReturn
Parameters
| Name | Type |
|---|---|
options | UseCommentsOptions |
Returns: UseCommentsReturn
Was this page helpful?