Enum FollowCharacterType
Specifies the follow character type.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum FollowCharacterType
Fields
| Name | Description |
|---|---|
| None | Follow character is of none type. |
| Space | Follow character is of space type. |
| Tab | Follow character is of tab type. |