# SourceMenuItem

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-12-screenshots/agent-screenshot-mapper.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-12-screenshots/agent-screenshot-mapper.ts#L44)

Menu item from sidebar/navigation analysis

## Properties

| Property | Type |
|---|---|
| `label` | `string` |
| `route` | `string` |
| `icon` | `string` |
| `parent` | `string` |
| `children` | `SourceMenuItem[]` |
