[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [PropertyDescriptor](./puppeteer.protocol.runtime.propertydescriptor.md) > [enumerable](./puppeteer.protocol.runtime.propertydescriptor.enumerable.md) ## Protocol.Runtime.PropertyDescriptor.enumerable property True if this property shows up during enumeration of the properties on the corresponding object. Signature: ```typescript enumerable: boolean; ```