Bun

interface

inspector.Runtime.PropertyPreview

interface PropertyPreview

  • name: string

    Property name.

  • subtype?: string

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

  • type: string

    Object type. Accessor means that the property itself is an accessor property.

  • value?: string

    User-friendly property value string.

  • valuePreview?: ObjectPreview

    Nested value preview.