ClassChatInputSuggestionsGroup
Class
Definition
Namespace:Telerik.Blazor.Components.Chat
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class ChatInputSuggestionsGroup : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseChatInputSuggestionsGroup
Implements:
Inherited Members
Constructors
ChatInputSuggestionsGroup()
Declaration
cs-api-definition
public ChatInputSuggestionsGroup()
Properties
OnSuggestionSelect
Declaration
cs-api-definition
[Parameter]
public EventCallback<string> OnSuggestionSelect { get; set; }
Property Value
SuggestionTemplate
Declaration
cs-api-definition
[Parameter]
public RenderFragment<ChatSuggestionTemplateContext> SuggestionTemplate { get; set; }
Property Value
Suggestions
Declaration
cs-api-definition
[Parameter]
public IEnumerable<string> Suggestions { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides