PropertyPreview

@Serializable
data class PropertyPreview(val name: String, val type: String, val value: String? = null, val valuePreview: Runtime.ObjectPreview? = null, val subtype: String? = null)

Constructors

Link copied to clipboard
constructor(name: String, type: String, value: String? = null, valuePreview: Runtime.ObjectPreview? = null, subtype: String? = null)

Properties

Link copied to clipboard

Property name.

Link copied to clipboard
val subtype: String? = null

Object subtype hint. Specified for object type values only.

Link copied to clipboard

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

Link copied to clipboard
val value: String? = null

User-friendly property value string.

Link copied to clipboard

Nested value preview.