Kind: Class
Source: atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/batch-screenshot.dto.ts
Individual screenshot result
Properties
| Property | Type |
|---|---|
id | string |
screenshotId | string |
url | string |
blobUrl | string |
viewport | { width: number; height: number } |
dimensions | { width: number; height: number } |
size | number |
version | number |
isNew | boolean |
stateType | string |
category | string |
description | string |
capturedAt | Date |
featureArea | string |
pageType | string |
semanticTags | string[] |
recoveryAttempts | number |
recoverySucceeded | boolean |
successfulSelector | string |
Was this page helpful?