Arrangement
public enum Arrangement : String, Encodable
If value is snap (the default), the node arrangement is assisted by automatic snapping of
elements to preserve space between nodes specified via nodepad.
If value is perpendicular, the nodes can only move along a line perpendicular to the flow. If
value is freeform, the nodes can freely move on the plane. If value is fixed, the nodes are
stationary.
-
Undocumented
Declaration
Swift
case snap -
Undocumented
Declaration
Swift
case perpendicular -
Undocumented
Declaration
Swift
case freeform -
Undocumented
Declaration
Swift
case fixed
View on GitHub
Install in Dash
Arrangement Enumeration Reference