Logo
Type aliases

PageScreenshotMetadata

PageScreenshotMetadata = object

Defined in: packages/cloud/src/client/types.gen.ts:3896

Properties

page_index

page_index: number

Defined in: packages/cloud/src/client/types.gen.ts:3900

The index of the page for which the screenshot is taken (0-indexed)


file_id

file_id: string

Defined in: packages/cloud/src/client/types.gen.ts:3904

The ID of the file that the page screenshot was taken from


image_size

image_size: number

Defined in: packages/cloud/src/client/types.gen.ts:3908

The size of the image in bytes


metadata?

optional metadata: {[key: string]: unknown; } | null

Defined in: packages/cloud/src/client/types.gen.ts:3912

Metadata for the screenshot

On this page