Skip to Content
🚨 New Example: Handling Node Collisions!
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