LocalModelItem
internal fun LocalModelItem(model: ServerSetupState.LocalModel, selected: Boolean, strings: ServerSetupStrings, onSelect: () -> Unit, onAction: () -> Unit)(source)
Renders the LocalModelItem UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
model
model value consumed by the API.
selected
selected value consumed by the API.
strings
strings value consumed by the API.
onSelect
callback invoked by the component.
onAction
callback invoked by the component.