14 lines
604 B
Markdown
14 lines
604 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) > [CustomPreview](./puppeteer.protocol.runtime.custompreview.md) > [header](./puppeteer.protocol.runtime.custompreview.header.md)
|
||
|
|
||
|
## Protocol.Runtime.CustomPreview.header property
|
||
|
|
||
|
The JSON-stringified result of formatter.header(object, config) call. It contains json ML array that represents RemoteObject.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
header: string;
|
||
|
```
|