[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [EntryPreview](./puppeteer.protocol.runtime.entrypreview.md) ## Protocol.Runtime.EntryPreview interface Signature: ```typescript export interface EntryPreview ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [key](./puppeteer.protocol.runtime.entrypreview.key.md) | [ObjectPreview](./puppeteer.protocol.runtime.objectpreview.md) | Preview of the key. Specified for map-like collection entries. | | [value](./puppeteer.protocol.runtime.entrypreview.value.md) | [ObjectPreview](./puppeteer.protocol.runtime.objectpreview.md) | Preview of the value. |