Enum RevisionType
Specifies the revision type.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum RevisionType
Fields
| Name | Description |
|---|---|
| Deletion | Deletion the track changes. |
| Insertion | Insertion the track changes. |
| MoveFrom | MoveFrom the track changes. |
| MoveTo | MoveTo the track changes. |