# EntityDetailPage

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `params` | `Promise` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_EntityDetailPage_6f886d91["EntityDetailPage"]
    class component_EntityDetailPage_6f886d91 rootComponent
```

## Relationships

- RENDERS → `EntityTree`
- RENDERS → `RelationsPanel`
- RENDERS → `SparklesIcon`
- RENDERS → `TypeIcon`
- RENDERS → `CheckIcon`
- RENDERS → `DocumentDuplicateIcon`
- RENDERS → `ShareIcon`
- RENDERS → `EnhancePanel`
- RENDERS → `Tab`
- RENDERS → `MethodsTable`
- RENDERS → `FieldsTable`
- RENDERS → `Code`
- RENDERS → `AiEnrichmentContent`
- USES_HOOK → `useState`
- USES_HOOK → `useAPIClient`
- USES_HOOK → `useEffect`
