Enum DiagramAction
Stores certain diagram state information that differ based on the usecase. For example, diagram rendering is in progress or any interaction currently in progress.
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
[Flags]
public enum DiagramAction
Fields
| Name | Description |
|---|---|
| DrawingTool | It indicates whether the diagram drawing tool is currently active or not. |
| EditText | It indicates whether any annotation is currently being edited in the state. |
| Group | It indicates group action in progress. |
| Interactions | It indicates whether the drag or rotate or resize interaction is in progress. |
| IsGroupDragging | It indicates whether a group node is currently dragging in the state. |
| Layouting | It indicates the layout process is currently in progress. |
| PublicMethod | It indicates that the current action was initiated through public API methods. |
| Render | It indicates that the component was currently in a rendering state. |
| UndoRedo | It indicates that the diagram undo/redo action is in progress. |