[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [PropertyDescriptor](./puppeteer.protocol.runtime.propertydescriptor.md) > [set](./puppeteer.protocol.runtime.propertydescriptor.set.md) ## Protocol.Runtime.PropertyDescriptor.set property A function which serves as a setter for the property, or `undefined` if there is no setter (accessor descriptors only). Signature: ```typescript set?: RemoteObject; ```