ValueElement


A ValueElement describes an element of a compose value instance. The name typically refers to a (possibly private) property name with its corresponding value.

Summary

Public constructors

ValueElement(name: String, value: Any?)
Cmn

Public properties

String
Cmn
Any?
Cmn

Public constructors

ValueElement

ValueElement(name: String, value: Any?)

Public properties

name

val nameString

value

val valueAny?