interface IConnectionState {
    from: string;
    id: string;
    to: string;
}

Hierarchy

  • Record<string, any>
    • IConnectionState

Properties

Properties

from: string

id of the source interface

id: string

id of the connection

to: string

id of the target interface