[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). Signature: ```typescript get?: RemoteObject; ```