リファレンス

HandleConnection

GitHubのソース

HandleConnection 型は、基本的な ConnectionedgeId を含む拡張型です。

export type HandleConnection = {
  source: string | null;
  target: string | null;
  sourceHandle: string | null;
  targetHandle: string | null;
  edgeId: string;
};

フィールド

#source
string | null
#target
string | null
#sourceHandle
string | null
#targetHandle
string | null
#edgeId
string