Bun

interface

inspector.Runtime.RemoteObject

interface RemoteObject

Mirror object referencing original JavaScript object.

  • className?: string

    Object class (constructor) name. Specified for <code>object</code> type values only.

  • description?: string

    String representation of the object.

  • objectId?: string

    Unique object identifier (for non-primitive values).

  • preview?: ObjectPreview

    Preview containing abbreviated property values. Specified for <code>object</code> type values only.

  • subtype?: string

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

  • type: string

    Object type.

  • unserializableValue?: string

    Primitive value which can not be JSON-stringified does not have <code>value</code>, but gets this property.

  • value?: any

    Remote object value in case of primitive values or JSON values (if it was requested).