Skip to content

SnapshotOptions

SnapshotOptions = object

Defined in: dopple-sdk.d.ts:443

Options for taking a snapshot.

fileName: string

Defined in: dopple-sdk.d.ts:444

The file name of the snapshot.


optional imageHandler: (image) => void

Defined in: dopple-sdk.d.ts:450

A callback function to handle the snapshot image.

Blob

void


optional mimeType: string

Defined in: dopple-sdk.d.ts:445

The MIME type of the snapshot image.


optional size: object

Defined in: dopple-sdk.d.ts:446

The size of the snapshot image.

height: number

width: number