Skip to main content

Type Alias: LinkTypeVisibility

LinkTypeVisibility = "hidden" | "visible" | "withoutLabel"

Defined in: diagram/elements.ts:296

Visibility mode for all links of a type:

  • hidden - completely skip rendering the links;
  • visible - display the links normally;
  • withoutLabel - display only the link path without any labels.