FooterToolbarSettings
16 Dec 20251 minute to read
Represents a toolbar item model in the AIAssistview component.
Properties
items ToolbarItemModel[]
Specifies the collection of toolbar items in the footer toolbar of the AIAssistView component.
Represents the list of items to be displayed in the toolbar.
Defaults to null
toolbarPosition ToolbarPosition|string
Specifies the position of the footer toolbar in the editor.
This property determines whether the toolbar is rendered inline with the content or at the bottom of the edit area.
Defaults to ToolbarPosition.Inline
Events
itemClick EmitType<ToolbarItemClickedEventArgs>
Event raised when a toolbar item is clicked in the footer toolbar of the AIAssistView component.