puppeteer/new-docs/puppeteer.protocol.runtime.propertypreview.type.md

14 lines
656 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; [PropertyPreview](./puppeteer.protocol.runtime.propertypreview.md) &gt; [type](./puppeteer.protocol.runtime.propertypreview.type.md)
## Protocol.Runtime.PropertyPreview.type property
Object type. Accessor means that the property itself is an accessor property.
<b>Signature:</b>
```typescript
type: ('object' | 'function' | 'undefined' | 'string' | 'number' | 'boolean' | 'symbol' | 'accessor' | 'bigint');
```