14 lines
563 B
Markdown
14 lines
563 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [ObjectPreview](./puppeteer.protocol.runtime.objectpreview.md) > [entries](./puppeteer.protocol.runtime.objectpreview.entries.md)
|
|
|
|
## Protocol.Runtime.ObjectPreview.entries property
|
|
|
|
List of the entries. Specified for `map` and `set` subtype values only.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
entries?: EntryPreview[];
|
|
```
|