Type alias ArrowType

ArrowType: "both" | "start" | "end" | "none"

Defines location of arrows on a connector.

  • both - arrows displayed on both ends of a connector.
  • start - arrow displayend on the start side of a connector.
  • end - arrow displayed on the end side of a connector.
  • none - no arrows are displayed.

Generated using TypeDoc