# InteractionConfigDto

**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#L257)

Interaction configuration for hover, focus, etc.

## Properties

| Property | Type |
|---|---|
| `interactionType` | `'hover' | 'focus' | 'rightClick'` |
| `holdDuration` | `number` |
| `targetHint` | `string` |
