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