656 B
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');