puppeteer/new-docs/puppeteer.protocol.runtime.propertydescriptor.get.md

14 lines
613 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; [PropertyDescriptor](./puppeteer.protocol.runtime.propertydescriptor.md) &gt; [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;
```