Type alias ProjectedEdge

ProjectedEdge: {
    sourceLabel: string;
    targetLabel: string;
    cumulatedEdges: Edge[];
}

Type declaration

  • sourceLabel: string
  • targetLabel: string
  • cumulatedEdges: Edge[]