import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { ProfileSnapshotRequest } = Protocol.LayerTree;
Properties
snapshotId: SnapshotId
The id of the layer snapshot.
optional
minRepeatCount: integerThe maximum number of times to replay the snapshot (1, if not specified).
optional
clipRect: DOM.RectThe clip rectangle to apply when replaying the snapshot.