Skip to Content
React Flow Pro is now integrated into reactflow.dev! Read more here →
ReferenceTypes

MarkerType

Source on GitHub 

Edges may optionally have a marker on either end. The MarkerType type enumerates the options available to you when configuring a given marker.

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