lineCategory property

String? lineCategory
getter/setter pair

The line category to update to.

The exact line type is determined based on the category to update to and how it's routed to connect to other page elements. Possible string values are:

  • "LINE_CATEGORY_UNSPECIFIED" : Unspecified line category.
  • "STRAIGHT" : Straight connectors, including straight connector 1.
  • "BENT" : Bent connectors, including bent connector 2 to 5.
  • "CURVED" : Curved connectors, including curved connector 2 to 5.

Implementation

core.String? lineCategory;