Kind: Component
Source: atloria-monorepo/apps/web/src/components/Layout/DocumentLayout.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
children | ReactNode | ✓ | - |
organizationId | string | ✓ | - |
projectId | string | ✓ | - |
activeDocumentId | string | - | - |
className | string | - | - |
onNavigate | Function | - | - |
Diagram
mermaidgraph TD component_DocumentLayout_739b223["DocumentLayout"] class component_DocumentLayout_739b223 rootComponent
Relationships
- RENDERS →
NavigationTree - RENDERS →
MobileNavigation - USES_HOOK →
useState - USES_HOOK →
useEffect - USES_HOOK →
useCallback
Was this page helpful?