@maxgraph/core
    Preparing search index...

    Type Alias EdgeStyleMetaData

    Metadata used to configure the edge style when adding it to EdgeStyleRegistry.

    0.20.0

    type EdgeStyleMetaData = {
        allowIntermediateHandles?: boolean;
        handlerKind?: EdgeStyleHandlerKind;
        isOrthogonal?: boolean;
    }
    Index

    Properties

    allowIntermediateHandles?: boolean

    Defines if intermediate bend handles are visible when this edge style is used.

    When set to false, only the first and last handles are visible. This is useful for edge styles that do not support intermediate control points.

    true
    

    0.24.0

    handlerKind?: EdgeStyleHandlerKind

    The kind of EdgeHandler to use for this edge style. This value is used to select the implementation of the edge handler to use to manage the underlying edge.

    'default'
    
    isOrthogonal?: boolean

    Defines if the edge style is considered as orthogonal or not.

    false