MarkerType
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',
}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',
}