Skip to Content
参考手册类型

NodeConnection

GitHub 上的源代码 

¥Source on GitHub 

NodeConnection 类型是包含 edgeId 的基本 Connection 的扩展。

¥The NodeConnection type is an extension of a basic Connection that includes the edgeId.

字段

¥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.

edgeIdstring
Last updated on