# CodeViewerProps

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/components/Parser/CodeViewer.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Parser/CodeViewer.tsx#L7)

## Properties

| Property | Type |
|---|---|
| `code` | `string` |
| `language` | `string` |
| `symbols` | `Symbol[]` |
| `highlightedSymbol` | `Symbol` |
| `onSymbolClick` | `(symbol: Symbol) => void` |
| `className` | `string` |
