<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [LayerTree](./puppeteer.protocol.layertree.md) &gt; [ProfileSnapshotRequest](./puppeteer.protocol.layertree.profilesnapshotrequest.md)

## Protocol.LayerTree.ProfileSnapshotRequest interface

<b>Signature:</b>

```typescript
export interface ProfileSnapshotRequest 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [clipRect](./puppeteer.protocol.layertree.profilesnapshotrequest.cliprect.md) | [DOM.Rect](./puppeteer.protocol.dom.rect.md) | The clip rectangle to apply when replaying the snapshot. |
|  [minDuration](./puppeteer.protocol.layertree.profilesnapshotrequest.minduration.md) | number | The minimum duration (in seconds) to replay the snapshot. |
|  [minRepeatCount](./puppeteer.protocol.layertree.profilesnapshotrequest.minrepeatcount.md) | [integer](./puppeteer.protocol.integer.md) | The maximum number of times to replay the snapshot (1, if not specified). |
|  [snapshotId](./puppeteer.protocol.layertree.profilesnapshotrequest.snapshotid.md) | [SnapshotId](./puppeteer.protocol.layertree.snapshotid.md) | The id of the layer snapshot. |