PromptToolbarSettingsModel

23 Sep 20251 minute to read

Interface for a class PromptToolbarSettings

Properties

itemClicked EmitType<ToolbarItemClickedEventArgs>

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

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.