Reference - BaklavaJS
    Preparing search index...

    Interface IConnection

    interface IConnection {
        from: NodeInterface;
        id: string;
        to: NodeInterface;
    }

    Implemented by

    Index

    Properties

    Properties

    id: string