947 B
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. |