Skip to main content

Interface: LinkPathProps

Props for LinkPath component.

See

LinkPath

Properties

PropertyTypeDescription

markerSource?

string

SVG path marker for the source endpoint of the link.

markerTarget?

string

SVG path marker for the target endpoint of the link.

path

string

Link geometry represented as an SVG path string.

pathProps?

SVGAttributes<SVGPathElement>

Additional attributes for the SVG path.