How to restrict the reverse linking

Screenshot (9)

I want restrict the reverse linking from the toPort to fromPort , is there any specific property available for that

Set LinkingTool | GoJS API.
For example:

$(go.Diagram, ...,
  { ...,
    "linkingTool.direction": go.LinkingTool.ForwardsOnly
  })