Type Alias: FlowEdgeInput
@kortexya/reasoninglayer / FlowEdgeInput
Type Alias: FlowEdgeInput
FlowEdgeInput = [
FlowNode,FlowNode,number] | [FlowNode,FlowNode,number,FlowEdgeOptions] |FlowEdgeOptions&object
Defined in: src/builders/flow.ts:51
A flow edge declaration. Tuple form [from, to, cap] or
[from, to, cap, options], or an explicit object form.