Skip to main content

Interface: LinkMarkerStyle

Custom style for SVG path markers at link ends.

See

LinkTemplate

Properties

PropertyModifierTypeDescription

d?

readonly

string

SVG path geometry for the marker.

fill?

readonly

string

SVG marker fill (background) color.

height?

readonly

number

SVG marker height (px).

stroke?

readonly

string

SVG marker stroke (line) color.

strokeWidth?

readonly

string | number

SVG marker stroke (line) thickness.

width?

readonly

number

SVG marker width (px).