interface ConnectionOptions { from?: number; to?: number;}
from?: number
From which input to connect Example: If nodes have a true/false output, true is 0, false is 1
0 Copy
0
to?: number
To which output to connect Example: Merge nodes have two inputs, top is 0, bottom is 1
From which input to connect Example: If nodes have a true/false output, true is 0, false is 1