ScreenshotOptions.clip property
An object which specifies the clipping region of the page.
Signature:
interface ScreenshotOptions {
clip?: ScreenshotClip;
}
An object which specifies the clipping region of the page.
Signature:
interface ScreenshotOptions {
clip?: ScreenshotClip;
}