Skip to main content
Version: 4.3

linkMarkerArrow()

function linkMarkerArrow(options?): LinkMarkerRecord;

Filled triangle marker for link endpoints, the classic directed-edge arrow.

Parameters​

ParameterType
options?LinkMarkerOptions

Returns​

LinkMarkerRecord

A marker record for a LinkStyle's sourceMarker / targetMarker

Example​

import { linkStyle, linkMarkerArrow } from '@joint/react';

const attrs = linkStyle({ targetMarker: linkMarkerArrow() });

Stay in the know

Be where thousands of diagramming enthusiasts meet

Star us on GitHub