Kind: Component
Source: atloria-monorepo/apps/web/src/components/Comments/CommentSidebar.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
documentId | string | ✓ | - |
isOpen | boolean | ✓ | - |
onClose | Function | ✓ | - |
enableRealtime | boolean | - | true |
projectId | string | - | - |
Diagram
mermaidgraph TD component_CommentSidebar_cc3c3f7["CommentSidebar"] class component_CommentSidebar_cc3c3f7 rootComponent
Relationships
- RENDERS →
MessageCircle - RENDERS →
X - RENDERS →
FilterPill - RENDERS →
CommentSkeletonList - RENDERS →
CommentThread - RENDERS →
CommentForm - USES_HOOK →
useComments - USES_HOOK →
useState - USES_HOOK →
useRef - USES_HOOK →
useMemo - USES_HOOK →
useEffect
Was this page helpful?