Property Preview
data class PropertyPreview(name: String, type: String, value: String?, valuePreview: ObjectPreview?, subtype: String?)
Content copied to clipboard
Constructors
PropertyPreview
Link copied to clipboard
fun PropertyPreview(name: String, type: String, value: String? = null, valuePreview: ObjectPreview? = null, subtype: String? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard