# StateResolutionConfigDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/batch-screenshot.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/batch-screenshot.dto.ts#L325)

Individual screenshot item DTO

Defines a single screenshot to capture with:
- Required: id, description, url (route), expectedState
- Optional: actions, viewport, edge case configs

## Properties

| Property | Type |
|---|---|
| `listUrl` | `string` |
| `statusColumnHint` | `string` |
| `targetStatusValue` | `string` |
| `maxRowsToScan` | `number` |
| `rowAction` | `'click' | 'dblclick'` |
