Skip to main content
Runtime.EntryPreview - inspector - Node documentation
interface Runtime.EntryPreview
Unstable

Usage in Deno

import { Runtime } from "node:inspector";

Properties

optional
key: ObjectPreview | undefined

Preview of the key. Specified for map-like collection entries.

Preview of the value.