Class AssistViewFooterToolbar
Inherited Members
Namespace: Syncfusion.Blazor.InteractiveChat
Assembly: Syncfusion.Blazor.dll
Syntax
public class AssistViewFooterToolbar : OwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
AssistViewFooterToolbar()
Declaration
public AssistViewFooterToolbar()
Properties
ItemClick
Event is raised when clicking the footer toolbar item in the SfAIAssistView component.
Declaration
[Parameter]
public EventCallback<AssistViewToolbarItemClickedEventArgs> ItemClick { get; set; }
Property Value
| Type |
|---|
| EventCallback<AssistViewToolbarItemClickedEventArgs> |
Remarks
This event is triggered when clicking the footer toolbar item in the SfAIAssistView component.
ToolbarPosition
Gets or sets the position of the footer toolbar in the editor.
Declaration
[Parameter]
public ToolbarPosition ToolbarPosition { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolbarPosition | A ToolbarPosition specifying where the footer toolbar is rendered relative to the edit area. The default value is Inline. |
Remarks
Set this property to control whether the footer toolbar is displayed inline within the editor's content area or at another supported position.
When set to Inline, the toolbar is rendered at the bottom of the edit area and participates in the editor's layout flow.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |
Overrides
Dispose(bool)
Dispose unmanaged resources in the Syncfusion Blazor component.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | Boolean value to dispose the object. |
Overrides
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
| Type | Description |
|---|---|
| Task | A System.Threading.Tasks.Task representing any asynchronous operation. |