Filled triangle marker for link endpoints, the classic directed-edge arrow.
Optional
A marker record for a LinkStyle's sourceMarker / targetMarker
sourceMarker
targetMarker
import { linkStyle, linkMarkerArrow } from '@joint/react';const attrs = linkStyle({ targetMarker: linkMarkerArrow() }); Copy
import { linkStyle, linkMarkerArrow } from '@joint/react';const attrs = linkStyle({ targetMarker: linkMarkerArrow() });
Filled triangle marker for link endpoints, the classic directed-edge arrow.