Graphora API
    Preparing search index...

    Interface LayoutEdgeRoute

    interface LayoutEdgeRoute {
        id: GraphId;
        key: string;
        kind: "polyline";
        points: readonly Point[];
    }
    Index
    key: string
    kind: "polyline"
    points: readonly Point[]