HelpBot Assistant

How can I help you?

PromptToolbarSettingsModel

16 Mar 20261 minute to read

Interface for a class PromptToolbarSettings

Properties

items ToolbarItemModel[]

Specifies the collection of toolbar items in the prompt toolbar of the AIAssistView component.
Represents the list of items to be displayed in the toolbar.

width string|number

Specifies the width of the prompt toolbar in the AIAssistView component.
Represents the width of the toolbar, which can be set using a string value such as ‘auto’, ‘100%’, or other CSS width values.

Events

itemClicked EmitType<ToolbarItemClickedEventArgs>

Event raised when a toolbar item is clicked in the prompt toolbar of the AIAssistView component.