# DocumentTreeNode

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/ui-react/src/components/NavigationTree.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-react/src/components/NavigationTree.tsx#L10)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `title` | `string` |
| `slug` | `string` |
| `urlId` | `string` |
| `url` | `string` |
| `state` | `'DRAFT' | 'PUBLISHED' | 'ARCHIVED'` |
| `children` | `DocumentTreeNode[]` |
