deno.com

interface Runtime.ObjectPreview

unstable

Object containing abbreviated remote object value.

Properties #

#type: string

Object type.

#subtype: string | undefined
optional

Object subtype hint. Specified for object type values only.

#description: string | undefined
optional

String representation of the object.

#overflow: boolean

True iff some of the properties or entries of the original object did not fit.

List of the properties.

#entries: EntryPreview[] | undefined
optional

List of the entries. Specified for map and set subtype values only.