mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
839 B
839 B
Home > puppeteer > Protocol > Runtime > EntryPreview
Protocol.Runtime.EntryPreview interface
Signature:
export interface EntryPreview
Properties
Property | Type | Description |
---|---|---|
key | ObjectPreview | Preview of the key. Specified for map-like collection entries. |
value | ObjectPreview | Preview of the value. |