# ScreenshotStateContext

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/screenshot.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/screenshot.interface.ts#L126)

Screenshot with state context
Used internally to associate screenshots with parsed component data

## Properties

| Property | Type |
|---|---|
| `url` | `string` |
| `componentId` | `string` |
| `componentName` | `string` |
| `detectedState` | `string` |
| `confidence` | `number` |
| `detectionMethod` | `string` |
