[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. Signature: ```typescript entries?: EntryPreview[]; ```