MessageComposerCommandSuggestionItemLeadingContentParams

data class MessageComposerCommandSuggestionItemLeadingContentParams(val command: Command, val modifier: Modifier = Modifier)

Parameters for ChatComponentFactory.MessageComposerCommandSuggestionItemLeadingContent.

Parameters

command

The command for which the leading content is rendered.

modifier

Modifier for styling.

Constructors

constructor(command: Command, modifier: Modifier = Modifier)

Properties

Link copied to clipboard
Link copied to clipboard