Skip to Content
💡 Legacy Notice: You're viewing Svelte Flow for Svelte 4. For the latest documentation, click here.
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