mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.3 KiB
1.3 KiB
Home > puppeteer > Protocol > LayerTree > ProfileSnapshotRequest
Protocol.LayerTree.ProfileSnapshotRequest interface
Signature:
export interface ProfileSnapshotRequest
Properties
Property | Type | Description |
---|---|---|
clipRect | DOM.Rect | The clip rectangle to apply when replaying the snapshot. |
minDuration | number | The minimum duration (in seconds) to replay the snapshot. |
minRepeatCount | integer | The maximum number of times to replay the snapshot (1, if not specified). |
snapshotId | SnapshotId | The id of the layer snapshot. |