Class RequestEditorView
A lightweight editor component used by RequestEditorView to provide text-entry and editing functionality. This class derives from ChatEditorView and exists as a customization point where assist-view-specific behaviors or styling can be added in the future.
Namespace: Syncfusion.Maui.AIAssistView
Assembly: Syncfusion.Maui.AIAssistView.dll
Syntax
public class RequestEditorView : ChatEditorView
Constructors
RequestEditorView()
Initializes a new instance of the RequestEditorView class. Use this constructor to create the editor; platform-specific sizing and behavior can be applied by the consumer or by extending this class.
Declaration
public RequestEditorView()