puppeteer/new-docs/puppeteer.protocol.runtime.privatepropertydescriptor.set.md

14 lines
649 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; [PrivatePropertyDescriptor](./puppeteer.protocol.runtime.privatepropertydescriptor.md) &gt; [set](./puppeteer.protocol.runtime.privatepropertydescriptor.set.md)
## Protocol.Runtime.PrivatePropertyDescriptor.set property
A function which serves as a setter for the private property, or `undefined` if there is no setter (accessor descriptors only).
<b>Signature:</b>
```typescript
set?: RemoteObject;
```