HandleConnection
HandleConnection
類型是基本 Connection 的延伸,其中包含 edgeId
。
export type HandleConnection = {
source: string | null;
target: string | null;
sourceHandle: string | null;
targetHandle: string | null;
edgeId: string;
};
欄位
名稱 | 類型 |
---|---|
# source | 字串 | null |
# target | 字串 | null |
# sourceHandle | 字串 | null |
# targetHandle | 字串 | null |
# edgeId | 字串 |