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

Usage in Deno

```typescript import { Runtime } from "node:node__inspector--promises.d.ts"; ```

Properties

name: string
Property name.
type: string
Object type. Accessor means that the property itself is an accessor property.
optional
value: string | undefined
User-friendly property value string.
optional
valuePreview: ObjectPreview | undefined
Nested value preview.
optional
subtype: string | undefined
Object subtype hint. Specified for object type values only.