Enum UMLActivityFlow
To defines the type of the UMLActivity flows for the nodes.
Namespace: Syncfusion.JavaScript.DataVisualization.DiagramEnums
Assembly: Syncfusion.EJ.dll
Syntax
public enum UMLActivityFlow
Fields
| Name | Description |
|---|---|
| Action | Used to specify the activity flows of connector as Action. |
| Exception | Used to specify the activity flows of connector as Exception. |
| Object | Used to specify the activity flows of connector as Object. |