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

947 B

Home > puppeteer > Protocol > Runtime > InternalPropertyDescriptor

Protocol.Runtime.InternalPropertyDescriptor interface

Object internal property descriptor. This property isn't normally visible in JavaScript code.

Signature:

export interface InternalPropertyDescriptor 

Properties

Property Type Description
name string Conventional property name.
value RemoteObject The value associated with the property.