interface GenericDiffConfiguration {
    leftIsSubgraph?: boolean;
    rightIsSubgraph?: boolean;
}

Properties

leftIsSubgraph?: boolean

Similar to rightIsSubgraph, but for the left graph.

rightIsSubgraph?: boolean

The left graph may contain more vertices and or edges than the right graph. However, those which are the same (based on their ids) have to be equal