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