@maxgraph/core
    Preparing search index...

    Variable TopToBottomConst

    TopToBottom: EdgeStyleFunction = ...

    Implements a vertical elbow edge.

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

    To register it on its own (e.g. with BaseGraph), prefer the dedicated registerTopToBottomEdgeStyle helper, which sets the correct metadata for you.

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

    • handlerKind: 'elbow'
    • isOrthogonal: true