interface IConnection {
    from: NodeInterface<any>;
    id: string;
    to: NodeInterface<any>;
}

Implemented by

Properties

Properties

from: NodeInterface<any>
id: string
to: NodeInterface<any>