Class InlineAIAssistInlineToolbarSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
InlineAIAssistInlineToolbarSettingsBuilder
Assembly: Syncfusion.EJ2.dll
public class InlineAIAssistInlineToolbarSettingsBuilder : ControlBuilder
Constructors
Declaration
public InlineAIAssistInlineToolbarSettingsBuilder()
Declaration
public InlineAIAssistInlineToolbarSettingsBuilder(InlineAIAssistInlineToolbarSettings model)
Parameters
Methods
Triggers when a toolbar item is clicked in the response toolbar.
Use this event to handle the action, update UI, or cancel default behavior.
Declaration
public InlineAIAssistInlineToolbarSettingsBuilder ItemClick(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Specifies the collection of toolbar items rendered in the response toolbar.
Specifies an array of ToolbarItemModel objects used for customization and interaction.
Declaration
public InlineAIAssistInlineToolbarSettingsBuilder Items(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
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.
Declaration
public InlineAIAssistInlineToolbarSettingsBuilder ToolbarPosition(ToolbarPosition value)
Parameters
Returns