@idekkers wrote:
Hey
when porting a working example from JS to TS, I get an error: property 'key' does not exist on type object.
the line has not changed from JS to TS, and all the rest is working perfectly.
the line is :
myDiagram.model.findNodeDataForKey(myDiagram.model.nodeDataArray[i].key).any ideas?
Posts: 1
Participants: 1