Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class SmartPasteButtonRequestStartEventArgs
Inheritance: objectSmartPasteButtonRequestStartEventArgs
Constructors
C#
public SmartPasteButtonRequestStartEventArgs()
Properties
The content to be processed by the Smart Paste Button. When the event is triggered, this property contains the clipboard content of the user.
C#
public string Content { get; set; }
FormFields
SmartPasteFormField[]
Array of form fields that should be populated with the AI response using the content provided.
C#
public SmartPasteFormField[] FormFields { get; set; }