NodeGraphConnectionValidationInfo
Defined in: src/components/editor/NodeGraph/NodeGraph.types.ts:153
Properties
Section titled “Properties”sameNode
Section titled “sameNode”sameNode:
boolean
Defined in: src/components/editor/NodeGraph/NodeGraph.types.ts:155
True when source and target reference the same node.
sideCombo
Section titled “sideCombo”sideCombo:
string
Defined in: src/components/editor/NodeGraph/NodeGraph.types.ts:157
Side combination shorthand, e.g. 'right->left'.
sourceDataType?
Section titled “sourceDataType?”
optionalsourceDataType?:string
Defined in: src/components/editor/NodeGraph/NodeGraph.types.ts:159
dataType declared on the source <NodeGraph.Port>, if any.
targetDataType?
Section titled “targetDataType?”
optionaltargetDataType?:string
Defined in: src/components/editor/NodeGraph/NodeGraph.types.ts:161
dataType declared on the target <NodeGraph.Port>, if any.