Kind: Component
Source: atloria-monorepo/apps/web/src/components/Comments/CommentThread.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
comment | CommentWithUser | ✓ | - |
onResolve | Function | ✓ | - |
onUnresolve | Function | ✓ | - |
onReply | Function | ✓ | - |
onDelete | Function | - | - |
projectId | string | - | - |
Diagram
mermaidgraph TD component_CommentThread_20643079["CommentThread"] class component_CommentThread_20643079 rootComponent
Relationships
- RENDERS →
Check - RENDERS →
Avatar - RENDERS →
MessageSquare - RENDERS →
RotateCcw - RENDERS →
Trash2 - RENDERS →
CommentReply - RENDERS →
ReplyForm - USES_HOOK →
useState
Was this page helpful?