Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/types/stage-12.types.ts
Result of capturing a single screenshot
Properties
| Property | Type |
|---|---|
placeholderId | string |
success | boolean |
localPath | string |
screenshotId | string |
blobUrl | string |
error | string |
capturedAt | Date |
dimensions | { width: number; height: number } |
fileSize | number |
retryCount | number |
Was this page helpful?