ValueElement
Kotlin
|Java
data class ValueElement
kotlin.Any | |
↳ | androidx.compose.ui.platform.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 | |
---|---|
A ValueElement describes an element of a compose value instance. |
Properties | |
---|---|
String | |
Any? |
Public constructors
<init>
ValueElement(
name: String,
value: Any?)
A ValueElement describes an element of a compose value instance. The name typically refers to a (possibly private) property name with its corresponding value.
Properties
name
val name: String
value
val value: Any?