@maxgraph/core
    Preparing search index...

    Variable LoopConst

    Loop: EdgeStyleFunction = ...

    Implements a self-reference, aka. loop.

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

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

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

    • handlerKind: 'elbow'
    • isOrthogonal: false