Skip to main content
Version: 19.2.2

ScreenshotOptions.clip property

An object which specifies the clipping region of the page.

Signature:

interface ScreenshotOptions {
clip?: ScreenshotClip;
}