Enum HistoryChangedAction
Defines the types of history changed action available for undo/redo in SfImageEditor.
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum HistoryChangedAction
Remarks
This option can be used with the HistoryChanged event of the image editor control.
Fields
| Name | Description |
|---|---|
| Redo | Sets the history action as Redo when performing the redo action. |
| Undo | Sets the history action as Undo when performing the undo action. |