PropertyPreview

sealed external interface PropertyPreview(source)

Properties

Link copied to clipboard
abstract var name: String

Property name.

Link copied to clipboard
abstract var subtype: String?

Object subtype hint. Specified for object type values only.

Link copied to clipboard
abstract var type: String

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

Link copied to clipboard
abstract var value: String?

User-friendly property value string.

Link copied to clipboard

Nested value preview.