14 lines
554 B
Markdown
14 lines
554 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) > [RemoteObject](./puppeteer.protocol.runtime.remoteobject.md) > [value](./puppeteer.protocol.runtime.remoteobject.value.md)
|
||
|
|
||
|
## Protocol.Runtime.RemoteObject.value property
|
||
|
|
||
|
Remote object value in case of primitive values or JSON values (if it was requested).
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
value?: any;
|
||
|
```
|