Skip to main content
Runtime.ObjectPreview - inspector/promises - Node documentation
interface Runtime.ObjectPreview
Unstable

Usage in Deno

import { Runtime } from "node:inspector/promises";

Object containing abbreviated remote object value.

Properties

type: string

Object type.

optional
subtype: string | undefined

Object subtype hint. Specified for <code>object</code> type values only.

optional
description: string | undefined

String representation of the object.

overflow: boolean

True iff some of the properties or entries of the original object did not fit.

List of the properties.

optional
entries: EntryPreview[] | undefined

List of the entries. Specified for <code>map</code> and <code>set</code> subtype values only.