[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [LayerTree](./puppeteer.protocol.layertree.md) > [SnapshotCommandLogResponse](./puppeteer.protocol.layertree.snapshotcommandlogresponse.md) ## Protocol.LayerTree.SnapshotCommandLogResponse interface Signature: ```typescript export interface SnapshotCommandLogResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [commandLog](./puppeteer.protocol.layertree.snapshotcommandlogresponse.commandlog.md) | any\[\] | The array of canvas function calls. |