ClassEditorInlineAIPromptSettings
Configuration settings for Inline AI Prompt integration in the Editor component. Controls contextual AI assistance that appears near selected text for immediate editing suggestions. Use within EditorSettings to customize inline AI functionality.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class EditorInlineAIPromptSettings : EditorAIPromptSettingsBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentEditorAIPromptSettingsBaseEditorInlineAIPromptSettings
Implements:
Inherited Members
Constructors
EditorInlineAIPromptSettings()
Declaration
public EditorInlineAIPromptSettings()
Properties
Commands
Defines the available AI commands for inline prompt operations that appear in the contextual popup. Use predefined commands from EditorDefaultAIPromptCommands or create custom inline commands. Commands appear in a compact popup near selected text for quick AI-powered modifications. Each command includes prompts, icons, and behaviors optimized for inline editing scenarios. Default value includes essential inline editing commands like improve, shorten, and correct text.
Declaration
[Parameter]
public List<InlineAIPromptCommandDescriptor> Commands { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
Returns
Overrides