リファレンス型MarkerTypeMarkerType Svelte Flowには、MarkerType.ArrowとMarkerType.ArrowClosedの2つの組み込みマーカーがあります。markerStart/ markerEnd Edgeオプションを設定して使用できます。 export enum MarkerType { Arrow = 'arrow', ArrowClosed = 'arrowclosed', }型