# EntityTree

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/projects/[id]/technical-docs/components/EntityTree.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/projects/[id]/technical-docs/components/EntityTree.tsx#L246)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `navMap` | `NavMap` | ✓ | - |
| `enrichedEntityIds` | `Set` | ✓ | - |
| `projectId` | `string` | ✓ | - |
| `selectedEntityId` | `string` | - | - |
| `entityHrefBase` | `string` | - | - |
| `curation` | `Curation` | - | - |
| `onCurate` | `Function` | - | - |

## Diagram

```mermaid
graph TD
    component_EntityTree_25be53ad["EntityTree"]
    class component_EntityTree_25be53ad rootComponent
```

## Relationships

- RENDERS → `EntityIcon`
- RENDERS → `AppSection`
- RENDERS → `ChevronRightIcon`
- USES_HOOK → `useState`
- USES_HOOK → `useMemo`
