Styling arrows single to multiple

i m working on a diagram in which there are groups sub groups and then nodes
links only originate from inner most ie nodes
i want multiple links out of groups after it is collapsed to look like thisScreenshot%20from%202019-06-22%2017-13-41

instead of like this how do i achieve thatScreenshot%20from%202019-06-22%2017-15-07

On the Group, set { fromSpot: go.Spot.Right, fromEndSegmentLength: 20 }. I’m just guessing on the 20 – adjust the end segment length to suit your needs.