puppeteer/new-docs/puppeteer.protocol.layertree.profilesnapshotrequest.md
2020-07-13 14:01:35 +01:00

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.