Skip to Content
📣 We just released Svelte Flow 1.0 Alpha — try it out and give us your feedback!

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