# CodeParserProps

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `initialCode` | `string` |
| `initialLanguage` | `string` |
| `onParseComplete` | `(result: unknown) => void` |
| `className` | `string` |
