Type alias EdgeLabelCondition

EdgeLabelCondition: string | {
    edge: string;
    vertices: string[];
}

The edge matching condition.

Either edge label or tuple of edge label and vertex label.

Generated using TypeDoc