puppeteer/new-docs/puppeteer.protocol.runtime.internalpropertydescriptor.md

22 lines
947 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Runtime](./puppeteer.protocol.runtime.md) &gt; [InternalPropertyDescriptor](./puppeteer.protocol.runtime.internalpropertydescriptor.md)
## Protocol.Runtime.InternalPropertyDescriptor interface
Object internal property descriptor. This property isn't normally visible in JavaScript code.
<b>Signature:</b>
```typescript
export interface InternalPropertyDescriptor
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [name](./puppeteer.protocol.runtime.internalpropertydescriptor.name.md) | string | Conventional property name. |
| [value](./puppeteer.protocol.runtime.internalpropertydescriptor.value.md) | [RemoteObject](./puppeteer.protocol.runtime.remoteobject.md) | The value associated with the property. |