Skip to main content
Runtime.InternalPropertyDescriptor - node__inspector--promises.d.ts - Node documentation
interface Runtime.InternalPropertyDescriptor

Usage in Deno

```typescript import { Runtime } from "node:node__inspector--promises.d.ts"; ```
Object internal property descriptor. This property isn't normally visible in JavaScript code.

Properties

name: string
Conventional property name.
optional
value: RemoteObject | undefined
The value associated with the property.