Search results

ResponseToolbarSettingsModel API in JavaScript (ES5) Ai Assistview API control

Interface for a class ResponseToolbarSettings

Properties

itemClicked

EmitType<ToolbarItemClickedEventArgs>

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

items

ToolbarItemModel[]

Specifies the collection of toolbar items in the response toolbar of the AIAssistView 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 response toolbar in the AIAssistView 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.