14 lines
603 B
Markdown
14 lines
603 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [LayerTree](./puppeteer.protocol.layertree.md) > [ProfileSnapshotRequest](./puppeteer.protocol.layertree.profilesnapshotrequest.md) > [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;
|
|
```
|