Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ConnectorPlacementType

Index

Enumeration members

BOUNDARY = "Boundary"

Allows edges to be start & end at the boundary of the node. This falls back to CENTERED if the shape is not known for any given node. Doesn't render connectors by default.

CENTERED = "Centered"

Edges start & end at the geometric center of the node. Doesn't render connectors by default.

LEFT_RIGHT = "LeftRight"

Edges start at the right edge & end at the left edge of node bounding box. Does render connectors by default.

TOP_BOTTOM = "TopBottom"

Edges start at the bottom edge & end at the top edge of node bounding box. Does render connectors by default.

Generated using TypeDoc