interface IAddConnectionEventData {
    from: NodeInterface<any>;
    to: NodeInterface<any>;
}

Properties

Properties

from: NodeInterface<any>
to: NodeInterface<any>