# MappingOptions

**Kind:** Interface

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

Options for mapping placeholders

## Properties

| Property | Type |
|---|---|
| `siteUrl` | `string` |
| `appName` | `string` |
| `knownRoutes` | `string[]` |
| `batchSize` | `number` |
| `confidenceThreshold` | `number` |
| `routeMappings` | `RouteMappingResult` |
| `framework` | `string` |
