UNPKG

jointjs

Version:

JavaScript diagramming library

8 lines (5 loc) 418 B
<p>The <code>SourceArrowhead</code> link tool renders an arrow-like handle above the source connection point of the link (as determined by the <a href="#dia.Link.geometry.connectionPoint">connectionPoint function</a> applied on <a href="#dia.Link.geometry.source">link source</a>).</p> <p>Example:</p> <pre><code>var sourceArrowheadTool = new joint.linkTools.SourceArrowhead({ focusOpacity: 0.5 });</code></pre>