Bun

interface

inspector.Runtime.ObjectPreview

interface ObjectPreview

Object containing abbreviated remote object value.

  • description?: string

    String representation of the object.

  • entries?: EntryPreview[]

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

  • overflow: boolean

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

  • properties: PropertyPreview[]

    List of the properties.

  • subtype?: string

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

  • type: string

    Object type.