Interface NodeRefSkeletonInterface

interface NodeRefSkeletonInterface {
    connections: Record<string, string>;
    displayName: string;
    nodeType: string;
    x: number;
    y: number;
}

Properties

connections: Record<string, string>
displayName: string
nodeType: string
x: number
y: number