sesaparcours
    Preparing search index...

    Geometry defines the path along which a connector travels. The internal contents of a Geometry vary widely between connectors.

    interface Geometry {
        source: any;
        target: any;
    }
    Index

    Properties

    Properties

    source: any
    target: any