mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
656 B
Markdown
14 lines
656 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[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.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
type: ('object' | 'function' | 'undefined' | 'string' | 'number' | 'boolean' | 'symbol' | 'accessor' | 'bigint');
|
||
|
```
|