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

14 lines
533 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) &gt; [key](./puppeteer.protocol.runtime.entrypreview.key.md)
## Protocol.Runtime.EntryPreview.key property
Preview of the key. Specified for map-like collection entries.
<b>Signature:</b>
```typescript
key?: ObjectPreview;
```