puppeteer/new-docs/puppeteer.protocol.runtime.callargument.value.md

14 lines
519 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Runtime](./puppeteer.protocol.runtime.md) &gt; [CallArgument](./puppeteer.protocol.runtime.callargument.md) &gt; [value](./puppeteer.protocol.runtime.callargument.value.md)
## Protocol.Runtime.CallArgument.value property
Primitive value or serializable javascript object.
<b>Signature:</b>
```typescript
value?: any;
```