# ScreenshotMapping

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/stage-12.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/stage-12.types.ts#L103)

Mapping from description to capture instructions

## Properties

| Property | Type |
|---|---|
| `placeholderId` | `string` |
| `description` | `string` |
| `url` | `string` |
| `waitForSelector` | `string` |
| `waitForTimeout` | `number` |
| `actions` | `ScreenshotAction[]` |
| `viewport` | `Viewport` |
| `fullPage` | `boolean` |
| `clip` | `{ x: number; y: number; width: number; height: number }` |
| `category` | `string` |
| `confidence` | `number` |
| `requiresAuth` | `boolean` |
| `notes` | `string` |
| `stateResolution` | `StateResolutionConfig` |
| `sequenceSteps` | `ScreenshotMapping[]` |
| `sequenceOrder` | `number` |
| `parentPlaceholderId` | `string` |
