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