HelpBot Assistant

How can I help you?

InlineToolbarSettingsModel

16 Mar 20261 minute to read

Interface for a class InlineToolbarSettings

Properties

items ToolbarItemModel[]

Specifies the collection of toolbar items rendered in the response toolbar.
Specifies an array of ToolbarItemModel objects used for customization and interaction.

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.

Events

itemClick EmitType<ToolbarItemClickEventArgs>

Triggers when a toolbar item is clicked in the response toolbar.
Use this event to handle the action, update UI, or cancel default behavior.