virta v0.1.0 Virta.EdgeData

Link to this section Summary

Types

t()

Represents the connection ports. Should be used as label for edges in the graphs

Link to this section Types

Link to this type t()
t() :: %Virta.EdgeData{from: atom(), to: atom()}

Represents the connection ports. Should be used as label for edges in the graphs.

  • :from: The port of the source component. An atom.
  • :to: The port of the destination component. An atom.