# ProductScreenshot

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/site-gen-core/src/assembler/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/assembler/types.ts#L226)

A product screenshot linked to a feature/page.

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `url` | `string` |
| `title` | `string` |
| `description` | `string` |
| `width` | `number` |
| `height` | `number` |
| `viewport` | `string` |
| `featureArea` | `string` |
| `pageType` | `string` |
| `tags` | `string[]` |
