Reference - BaklavaJS
    Preparing search index...

    Interface IConnectionState

    interface IConnectionState {
        from: string;
        id: string;
        to: string;
        [key: string]: any;
    }

    Hierarchy

    • Record<string, any>
      • IConnectionState

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    from: string

    id of the source interface

    id: string

    id of the connection

    to: string

    id of the target interface