Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.Runtime.InternalPropertyDescriptor
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { InternalPropertyDescriptor } = default.Runtime;

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

Properties

name: string

Conventional property name.

optional
value: RemoteObject

The value associated with the property.