Reference - BaklavaJS
    Preparing search index...

    Interface ITemporaryConnection

    interface ITemporaryConnection {
        from: NodeInterface;
        mx?: number;
        my?: number;
        status: TemporaryConnectionState;
        to?: NodeInterface<any>;
    }
    Index

    Properties

    Properties

    from: NodeInterface
    mx?: number
    my?: number
    to?: NodeInterface<any>