interface Runtime.PropertyPreview
unstable
Properties Jump to heading
Jump to headingname: string
Property name.
Jump to headingtype: string
Object type. Accessor means that the property itself is an accessor property.
optional
Jump to headingvalue: string | undefined
User-friendly property value string.
optional
Jump to headingvaluePreview: ObjectPreview | undefined
Nested value preview.
optional
Jump to headingsubtype: string | undefined
Object subtype hint. Specified for object
type values only.