linkDataArray not showing textblock binding

I have implemented linkConnected and linkDisconnected, in my link template i have the dataBinding for textblock as linkText but i’m not getting the value of linkText in my entire linkDataArray.

Is the TextBlock editable? If it is, is the Binding TwoWay so that any change in the text is passed back to the model data? GoJS Data Binding -- Northwoods Software

It would help if you posted more information about your link template.

Binding it TwoWay solves the issue, Thanks Walter! :D