HandleConnection
HandleConnection
型は、基本的な Connection に edgeId
を含む拡張型です。
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 |