mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.0 KiB
1.0 KiB
Home > puppeteer > Protocol > Runtime > CustomPreview
Protocol.Runtime.CustomPreview interface
Signature:
export interface CustomPreview
Properties
Property | Type | Description |
---|---|---|
bodyGetterId | RemoteObjectId | If formatter returns true as a result of formatter.hasBody call then bodyGetterId will contain RemoteObjectId for the function that returns result of formatter.body(object, config) call. The result value is json ML array. |
header | string | The JSON-stringified result of formatter.header(object, config) call. It contains json ML array that represents RemoteObject. |