Enum ContentType
Specifies the content type
Namespace: Syncfusion.Blazor.BlockEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ContentType
Fields
| Name | Description |
|---|---|
| Label | Represents a label or tag content used to categorize or tag blocks in the SfBlockEditor. |
| Link | Represents a link content used to display hyperlinks to internal or external resources in the SfBlockEditor. |
| Mention | Represents a mention content used to mention users or entities in the SfBlockEditor. |
| Text | Represents a text content used to display plain or formatted text in the SfBlockEditor. |