Skip to Content
πŸ“£ We just released Svelte Flow 1.0 Alpha β€” try it out and give us your feedback!
ReferenceTypesEdgeMarker

EdgeMarker

You can customize the built-in edge markers with the edgeMarker Edge prop.

export type EdgeMarker = { type: MarkerType; color?: string; width?: number; height?: number; markerUnits?: string; orient?: string; strokeWidth?: number; };

Fields

#type
#color?
string
#width?
number
#height?
number
#markerUnits?
string
#orient?
string
#strokeWidth?
number
Last updated on