InputHistoryItem

private fun InputHistoryItem(modifier: Modifier = Modifier, item: InputHistoryItemUi, onClick: (InputHistoryItemUi) -> Unit = {})(source)

Renders the InputHistoryItem UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

item

item value consumed by the API.

onClick

callback invoked when the user activates the control.