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

14 lines
603 B
Markdown

<!-- 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) &gt; [minDuration](./puppeteer.protocol.layertree.profilesnapshotrequest.minduration.md)
## Protocol.LayerTree.ProfileSnapshotRequest.minDuration property
The minimum duration (in seconds) to replay the snapshot.
<b>Signature:</b>
```typescript
minDuration?: number;
```