@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 = {
        handlerKind?: EdgeStyleHandlerKind;
        isOrthogonal?: boolean;
    }
    Index

    Properties

    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