MarkerType
Source on GitHub (opens in a new tab)
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',
}