Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.Runtime.InternalPropertyDescriptor
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.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.