puppeteer/new-docs/puppeteer.protocol.runtime.propertypreview.type.md
2020-07-13 14:01:35 +01:00

656 B

Home > puppeteer > Protocol > Runtime > PropertyPreview > type

Protocol.Runtime.PropertyPreview.type property

Object type. Accessor means that the property itself is an accessor property.

Signature:

type: ('object' | 'function' | 'undefined' | 'string' | 'number' | 'boolean' | 'symbol' | 'accessor' | 'bigint');