A flow is canvas to create and connect nodes.
Under the hood, a flow is just a folder node.
A node is a tool. It can hold a value if it’s a state node, or it can effect values.
Nodes can be connected together via wires.
A node has in and outlets, this is where you connect the wires.
The outlets is also what is shown on the node, as the content.
A node also has properties to control it’s behavior.
A wire is the visual connection between two nodes out and inlets.
There are a couple different wire configurations:
Capacity:
Direction:
A binding wire is represented with a double wire.