Kind: Component
Source: atloria-monorepo/apps/web/src/components/Editor/CommentMarkers.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
comments | CommentWithUser[] | ✓ | - |
onMarkerClick | Function | - | - |
editorContent | string | - | "" |
containerHeight | number | - | 800 |
Diagram
mermaidgraph TD component_CommentMarkers_7abefb16["CommentMarkers"] class component_CommentMarkers_7abefb16 rootComponent
Relationships
- RENDERS →
MessageCircle - RENDERS →
CommentPreview - USES_HOOK →
useState - USES_HOOK →
useMemo - USES_HOOK →
useCallback
Was this page helpful?