Interface INodeConnection

interface INodeConnection {
    direction: string;
    links: null;
    name: string;
    pos: Vector2;
    type: string;
}

Properties

direction: string
links: null
name: string
pos: Vector2
type: string