interface Runtime.ObjectPreview
          
Unstable
Usage in Deno
```typescript import { Runtime } from "node:node__inspector.d.ts"; ```Object containing abbreviated remote object value.
  
  
    
  
    
  
    
  
    
  
  
    
 
type: string
      
    Object type.
optional
subtype: string | undefined
      
    Object subtype hint. Specified for 
object 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 
map and set subtype values only.