AshDiagram.C4.Relationship (AshDiagram v0.2.1)

View Source

Represents a relationship in a C4 diagram.

Summary

Types

t()

@type t() :: %AshDiagram.C4.Relationship{
  description: iodata() | nil,
  from: iodata(),
  label: iodata(),
  link: iodata() | nil,
  sprite: iodata() | nil,
  tags: AshDiagram.C4.tags() | nil,
  technology: iodata() | nil,
  to: iodata(),
  type: type()
}

type()

@type type() :: :rel_back | :rel_r | :rel_l | :rel_d | :rel_u | :bi_rel | :rel