interface Runtime.ObjectPreview
Unstable
Usage
import { type Runtime } from "node:inspector"; type { ObjectPreview } = Runtime;
Object containing abbreviated remote object value.
optional
entries: EntryPreview[] | undefined
List of the entries. Specified for map and set subtype values only.