Class AIPromptPromptViewContent
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class AIPromptPromptViewContent : BaseComponent, IDisposable, IViewContentComponent
Constructors
AIPromptPromptViewContent()
Declaration
public AIPromptPromptViewContent()
Properties
Container
PromptSuggestionIcon
Declaration
public string PromptSuggestionIcon { get; }
Property Value
System.String
|
SuggestionExpanded
Declaration
public bool SuggestionExpanded { get; set; }
Property Value
System.Boolean
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
HandleKeyDown(KeyboardEventArgs, String)
Declaration
public Task HandleKeyDown(KeyboardEventArgs args, string suggestion)
Parameters
Microsoft.AspNetCore.Components.Web.KeyboardEventArgs
args
|
System.String
suggestion
|
Returns
System.Threading.Tasks.Task
|
OnAfterRender(Boolean)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
System.Boolean
firstRender
|