linkMarkerArrow()
function linkMarkerArrow(options?): LinkMarkerRecord;
Filled triangle marker for link endpoints, the classic directed-edge arrow.
Parameters​
| Parameter | Type |
|---|---|
options? | LinkMarkerOptions |
Returns​
A marker record for a LinkStyle's sourceMarker / targetMarker
Example​
import { linkStyle, linkMarkerArrow } from '@joint/react';
const attrs = linkStyle({ targetMarker: linkMarkerArrow() });