Interface ConnectionOptions

Source
interface ConnectionOptions {
    from?: number;
    to?: number;
}

Properties§

Source§

from?: number

From which input to connect Example: If nodes have a true/false output, true is 0, false is 1

default
0
Source§

to?: number

To which output to connect Example: Merge nodes have two inputs, top is 0, bottom is 1

default
0