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