ParameterSelectorItemModel

data class ParameterSelectorItemModel(val icon: @Composable () -> Unit = { Icon( imageVector = Icons.Outlined.AddCircleOutline, contentDescription = "Icon Button", tint = SurfaceColor.Primary, ) }, val label: String, val helper: String, val inputField: @Composable () -> Unit, val status: ParameterSelectorItemModel.Status = Status.CLOSED, val onExpand: () -> Unit)

Constructors

Link copied to clipboard
constructor(icon: @Composable () -> Unit = { Icon( imageVector = Icons.Outlined.AddCircleOutline, contentDescription = "Icon Button", tint = SurfaceColor.Primary, ) }, label: String, helper: String, inputField: @Composable () -> Unit, status: ParameterSelectorItemModel.Status = Status.CLOSED, onExpand: () -> Unit)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
val icon: @Composable () -> Unit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val onExpand: () -> Unit
Link copied to clipboard