Kind: Component
Source: atloria-monorepo/apps/web/src/app/app/enterprise/screenshots/ScreenshotAnnotationEditor.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
imageUrl | string | ✓ | - |
description | string | - | - |
initialAnnotations | `Annotation[] | null` | - |
onSave | Function | ✓ | - |
onClose | Function | ✓ | - |
Diagram
mermaidgraph TD component_ScreenshotAnnotationEditor_68e85741["ScreenshotAnnotationEditor"] class component_ScreenshotAnnotationEditor_68e85741 rootComponent
Relationships
- USES_HOOK →
useState - USES_HOOK →
useRef - USES_HOOK →
useMemo - USES_HOOK →
useCallback
Was this page helpful?