19 lines
736 B
Markdown
19 lines
736 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) > [SnapshotCommandLogRequest](./puppeteer.protocol.layertree.snapshotcommandlogrequest.md)
|
|
|
|
## Protocol.LayerTree.SnapshotCommandLogRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface SnapshotCommandLogRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [snapshotId](./puppeteer.protocol.layertree.snapshotcommandlogrequest.snapshotid.md) | [SnapshotId](./puppeteer.protocol.layertree.snapshotid.md) | The id of the layer snapshot. |
|
|
|