I want to get all the outgoing links associated with an element .What is the way to achieve this in jointJs .Actually I have tried something like this but It is giving result for both outgoing and incoming .
paper.findViewByModel(start).options.inbound=true;
alert(graph.getConnectedLinks(start));