ChannelListSearchInputParams

data class ChannelListSearchInputParams(val query: String, val onValueChange: (String) -> Unit, val modifier: Modifier = Modifier, val onSearchStarted: () -> Unit = {})

Parameters for ChatComponentFactory.ChannelListSearchInput.

Parameters

query

Current query string.

onValueChange

Action invoked when the query value changes.

modifier

Modifier for styling.

onSearchStarted

Action invoked when the search starts.

Constructors

Link copied to clipboard
constructor(query: String, onValueChange: (String) -> Unit, modifier: Modifier = Modifier, onSearchStarted: () -> Unit = {})

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard