# ScreenshotMetadata

**Kind:** Interface

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

Screenshot metadata for intelligent regeneration

## Properties

| Property | Type |
|---|---|
| `projectId` | `string` |
| `url` | `string` |
| `viewport` | `{
    width: number;
    height: number;
  }` |
| `stateType` | `'default' | 'hover' | 'modal' | 'error' | 'success' | 'loading'` |
| `flowStepId` | `string` |
| `browser` | `'chromium' | 'firefox' | 'webkit'` |
| `fullPage` | `boolean` |
| `contentHash` | `string` |
| `capturedAt` | `Date` |
| `customMetadata` | `Record<string, string>` |
