Enum MediaInputSource
Defines the source of the media input in the Rich Text Editor.
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum MediaInputSource
Remarks
Identifies the method by which media is added to the editor, affecting handling and processing.
Fields
| Name | Description |
|---|---|
| Dropped | The media input source is Dropped. |
| Pasted | The media input source is Pasted. |
| Uploaded | The media input source is Uploaded. |