Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

findLinksInto() not a function

$
0
0

@chinenyem wrote:

Hello,

I have a simple node:

nodeOld = myDiagram.model.findNodeDataForKey(toNodeOld);

It console.logs this:
Object {category: "group", loc: "-1771.1143891711495,-494.2227443573131", text: "", isGroup: true, status: ""…}

However when I use console.log(nodeOld.findLinksInto()) or console.log(nodeOld.findLinksOutOf())

I get nodeOld.findLinksInto() is not a function or nodeOld.findLinksOutOf() is not a function.

Can you help me figure out why? I have the node data. There is a connected node to this node with a link.

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles