API — Interface: EdgeRoute

Interface: EdgeRoute

Defined in: layout/types.ts:30

Properties

id

id: string;

Defined in: layout/types.ts:31


kind

kind: "field" | "variantPayload" | "genericArg";

Defined in: layout/types.ts:38


label

label: string;

Defined in: layout/types.ts:37

Display label, may be empty.


points

points: object[];

Defined in: layout/types.ts:35

Polyline points (orthogonal).

x

x: number;

y

y: number;

sourceNodeId

sourceNodeId: string;

Defined in: layout/types.ts:32


targetNodeId

targetNodeId: string;

Defined in: layout/types.ts:33