# PublicEntityDetailPage

**Kind:** Component

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

## Props

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

## Diagram

```mermaid
graph TD
    component_PublicEntityDetailPage_6bd574bb["PublicEntityDetailPage"]
    class component_PublicEntityDetailPage_6bd574bb rootComponent
```

## Relationships

- RENDERS → `EntityTree`
- RENDERS → `RelationsPanel`
- RENDERS → `Link`
- RENDERS → `typeConfig-Icon`
- RENDERS → `SparklesIcon`
- RENDERS → `Tab`
- RENDERS → `FieldsTable`
- RENDERS → `MethodsTable`
- RENDERS → `AiEnrichmentContent`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
