deno.com

interface Runtime.PropertyPreview

unstable

Properties #

#name: string

Property name.

#type: string

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

#value: string | undefined
optional

User-friendly property value string.

#valuePreview: ObjectPreview | undefined
optional

Nested value preview.

#subtype: string | undefined
optional

Object subtype hint. Specified for object type values only.