MessageComposerCommandSuggestionItemCenterContentParams

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

Parameters for ChatComponentFactory.MessageComposerCommandSuggestionItemCenterContent.

Parameters

command

The command for which the center content is rendered.

modifier

Modifier for styling.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard