Boxart.Render.Sequence.Participant (Boxart v0.3.2)

Copy Markdown View Source

A participant in the sequence diagram.

Summary

Types

t()

@type t() :: %Boxart.Render.Sequence.Participant{
  id: String.t(),
  label: String.t(),
  type: :participant | :actor
}