LinkMarkerName
type LinkMarkerName = keyof typeof namedLinkMarkers;
The names of the built-in link markers you can pass to a LinkStyle:
'arrow', 'arrow-open', 'arrow-sunken', 'circle', 'diamond', or
'none'.
type LinkMarkerName = keyof typeof namedLinkMarkers;
The names of the built-in link markers you can pass to a LinkStyle:
'arrow', 'arrow-open', 'arrow-sunken', 'circle', 'diamond', or
'none'.