Source set: Android
public class ComponentState(public val componentId: Int, public var config: String)
Properties
x
Source set: Android
public var x: Float by mutableFloatStateOf(0f)
y
Source set: Android
public var y: Float by mutableFloatStateOf(0f)
width
Source set: Android
public var width: Float by mutableFloatStateOf(300f)
height
Source set: Android
public var height: Float by mutableFloatStateOf(100f)
stringProps
Source set: Android
public val stringProps: androidx.compose.runtime.snapshots.SnapshotStateMap<Int, String> =
mutableStateMapOf()
intProps
Source set: Android
public val intProps: androidx.compose.runtime.snapshots.SnapshotStateMap<Int, Int> =
mutableStateMapOf()
floatProps
Source set: Android
public val floatProps: androidx.compose.runtime.snapshots.SnapshotStateMap<Int, Float> =
mutableStateMapOf()