SourceSelectionStep

internal fun SourceSelectionStep(state: ServerSetupState, strings: ServerSetupStrings, listState: LazyListState, processIntent: (ServerSetupIntent) -> Unit, modifier: Modifier = Modifier)(source)

Renders the SourceSelectionStep UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

state

state rendered or processed by the component.

strings

strings value consumed by the API.

listState

list state value consumed by the API.

processIntent

process intent value consumed by the API.

modifier

Compose modifier applied to the rendered UI.