Kind: Class
Source: atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/batch-screenshot.dto.ts
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' |
Was this page helpful?