Kind: Class
Source: atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/batch-screenshot.dto.ts
Properties
| Property | Type |
|---|---|
id | string |
description | string |
url | string |
expectedState | string |
viewport | ViewportDto |
fullPage | boolean |
waitFor | WaitForDto |
waitForSelector | string |
waitForTimeout | number |
actions | ScreenshotActionDto[] |
stateType | StateType |
category | string |
clip | ClipDto |
metadata | Record<string, unknown> |
timing | TimingConfigDto |
data | DataConfigDto |
interaction | InteractionConfigDto |
error | ErrorConfigDto |
componentHints | ComponentHintsDto |
flowStepId | string |
priority | number |
stateResolution | StateResolutionConfigDto |
parentPlaceholderId | string |
sequenceOrder | number |
Was this page helpful?