A sequence diagram with participants and events.
Summary
Types
@type t() :: %Boxart.Render.Sequence.SequenceDiagram{ autonumber: boolean(), events: [Boxart.Render.Sequence.event()], participants: [Boxart.Render.Sequence.Participant.t()] }
A sequence diagram with participants and events.
@type t() :: %Boxart.Render.Sequence.SequenceDiagram{ autonumber: boolean(), events: [Boxart.Render.Sequence.event()], participants: [Boxart.Render.Sequence.Participant.t()] }