MessageToolbarSettingsModel

23 Sep 20251 minute to read

Interface for a class MessageToolbarSettings

Properties

itemClicked EmitType<MessageToolbarItemClickedEventArgs>

Event raised when a toolbar item is clicked in the message toolbar of the Chat UI component.

items ToolbarItemModel[]

Specifies the collection of toolbar items in the message toolbar of the Chat UI component.
Represents an array of items that are rendered in the toolbar, allowing for customization and interaction within the response section.

width string|number

Specifies the width of the message toolbar in the Chat UI component.
Represents the width of the toolbar, which can be defined using various CSS units and values such as ‘auto’, ‘100%’, or pixel-based measurements.