Theia API Documentation v1.71.0
    Preparing search index...
    interface GraphEdge {
        color: number;
        fromLane: number;
        toLane: number;
        type: GraphEdgeType;
    }
    Index

    Properties

    color: number

    Color index (0–7) for this edge.

    fromLane: number

    Source lane position (top of the row for pass-through/merge-in; commit lane for branch-out).

    toLane: number

    Target lane position (bottom of the row for pass-through/branch-out; commit lane for merge-in).

    How this edge should be rendered in the SVG.