Enum DialogType
Defines the type of dialog that opens or closes in the Rich Text Editor.
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum DialogType
Remarks
Provides various dialogue interfaces for media and content integration or modification.
Fields
| Name | Description |
|---|---|
| ImportWord | Defines the DialogType as ImportWord. |
| InsertAudio | Defines the DialogType as InsertAudio. |
| InsertImage | Defines the DialogType as InsertImage. |
| InsertLink | Defines the DialogType as InsertLink. |
| InsertTable | Defines the DialogType as InsertTable. |
| InsertVideo | Defines the DialogType as InsertVideo. |