14 lines
586 B
Markdown
14 lines
586 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) > [snapshotId](./puppeteer.protocol.layertree.snapshotcommandlogrequest.snapshotid.md)
|
||
|
|
||
|
## Protocol.LayerTree.SnapshotCommandLogRequest.snapshotId property
|
||
|
|
||
|
The id of the layer snapshot.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
snapshotId: SnapshotId;
|
||
|
```
|