Skip to Content
参考类型

Connection

GitHub上的源代码 

Connection 类型是两个节点之间 Edge 的基本最小描述。addEdge 工具可用于将 Connection 升级为 Edge

🌐 The Connection type is the basic minimal description of an Edge between two nodes. The addEdge util can be used to upgrade a Connection to an Edge.

字段

🌐 Fields

NameTypeDefault
sourcestring

The id of the node this connection originates from.

targetstring

The id of the node this connection terminates at.

sourceHandlestring | null

When not null, the id of the handle on the source node that this connection originates from.

targetHandlestring | null

When not null, the id of the handle on the target node that this connection terminates at.

Last updated on