[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [PropertyPreview](./puppeteer.protocol.runtime.propertypreview.md) > [type](./puppeteer.protocol.runtime.propertypreview.type.md) ## Protocol.Runtime.PropertyPreview.type property Object type. Accessor means that the property itself is an accessor property. Signature: ```typescript type: ('object' | 'function' | 'undefined' | 'string' | 'number' | 'boolean' | 'symbol' | 'accessor' | 'bigint'); ```