Kind: Component
Source: atloria-monorepo/apps/web/src/components/Document/VersionHistoryPanel.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
documentId | string | ✓ | - |
currentVersion | number | ✓ | - |
onSelectVersion | Function | ✓ | - |
onRestore | Function | ✓ | - |
onClose | Function | ✓ | - |
selectedRevisionId | string | - | - |
Diagram
mermaidgraph TD component_VersionHistoryPanel_48e35512["VersionHistoryPanel"] class component_VersionHistoryPanel_48e35512 rootComponent
Relationships
- RENDERS →
motion-aside - RENDERS →
ClockIcon - RENDERS →
XMarkIcon - RENDERS →
ArrowsRightLeftIcon - RENDERS →
CheckIcon - RENDERS →
RevisionCard - USES_HOOK →
useRouter - USES_HOOK →
useState - USES_HOOK →
useAPIClient - USES_HOOK →
useEffect - USES_HOOK →
useMemo
Was this page helpful?