interface Runtime.ObjectPreview
unstable
Object containing abbreviated remote object value.
Properties Jump to heading
Jump to headingtype: string
Object type.
optional
Jump to headingsubtype: string | undefined
Object subtype hint. Specified for object
type values only.
optional
Jump to headingdescription: string | undefined
String representation of the object.
Jump to headingoverflow: boolean
True iff some of the properties or entries of the original object did not fit.
List of the properties.
optional
Jump to headingentries: EntryPreview[] | undefined
List of the entries. Specified for map
and set
subtype values only.