Type Alias EdgeStyleValue

EdgeStyleValue:
    | "elbowEdgeStyle"
    | "entityRelationEdgeStyle"
    | "loopEdgeStyle"
    | "manhattanEdgeStyle"
    | "orthogonalEdgeStyle"
    | "segmentEdgeStyle"
    | "sideToSideEdgeStyle"
    | "topToBottomEdgeStyle"

Names used to register the edge styles (a.k.a. connectors) provided out-of-the-box by maxGraph with StyleRegistry.putValue.

0.14.0