參考類型

HandleConnection

在 GitHub 上的原始碼

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
字串