@maxgraph/core
    Preparing search index...

    Variable ElbowConnectorConst

    ElbowConnector: EdgeStyleFunction = ...

    Uses either SideToSide or TopToBottom depending on the horizontal flag in the cell style. SideToSide is used if horizontal is true or unspecified.

    This EdgeStyle is registered under elbowEdgeStyle in EdgeStyleRegistry when using Graph or calling registerDefaultEdgeStyles.

    IMPORTANT: When registering it manually in EdgeStyleRegistry, the following metadata must be used:

    • handlerKind: 'elbow'
    • isOrthogonal: true