puppeteer/new-docs/puppeteer.protocol.runtime.entrypreview.md

20 lines
839 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Runtime](./puppeteer.protocol.runtime.md) &gt; [EntryPreview](./puppeteer.protocol.runtime.entrypreview.md)
## Protocol.Runtime.EntryPreview interface
<b>Signature:</b>
```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. |