@joint/react
    Preparing search index...

    Interface MagnetRefOptions

    Options for MarkupApi's magnetRef.

    interface MagnetRefOptions {
        passive?: boolean;
    }
    Index

    Properties

    Properties

    passive?: boolean

    When true, the magnet is passive: a valid connection target but not a source. When false, it is active and links can also start from it.

    false