Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface default.LayerTree.ProfileSnapshotRequest
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { ProfileSnapshotRequest } = default.LayerTree;

Properties

snapshotId: SnapshotId

The id of the layer snapshot.

optional
minRepeatCount: integer

The maximum number of times to replay the snapshot (1, if not specified).

optional
minDuration: number

The minimum duration (in seconds) to replay the snapshot.

optional
clipRect: DOM.Rect

The clip rectangle to apply when replaying the snapshot.