UNPKG

jointjs

Version:

JavaScript diagramming library

8 lines (5 loc) 418 B
<p>The <code>TargetArrowhead</code> link tool renders an arrow-like handle above the target 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.target">link target</a>).</p> <p>Example:</p> <pre><code>var targetArrowheadTool = new joint.linkTools.TargetArrowhead({ focusOpacity: 0.5 });</code></pre>