Skip to Content
✨ Svelte Flow 1.0 is here! Rewritten for Svelte 5 with many new features and improvements.
ReferenceTypesMarkerType

MarkerType

Svelte Flow comes with two built-in markers: MarkerType.Arrow and MarkerType.ArrowClosed. You can use these by setting the markerStart/ markerEnd Edge option.

export enum MarkerType { Arrow = 'arrow', ArrowClosed = 'arrowclosed', }
Last updated on