Skip to main content

ObjectPreview

interface Runtime.ObjectPreview
unstable

Object containing abbreviated remote object value.

Properties Jump to heading

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.

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.

Back to top