A directed relationship between two node ports.
Summary
Types
@type t() :: %PhoenixDnd.Edge{ class: term(), data: term(), id: String.t(), kind: String.t() | atom() | nil, source: PhoenixDnd.Endpoint.t(), target: PhoenixDnd.Endpoint.t() }
A directed relationship between two node ports.
@type t() :: %PhoenixDnd.Edge{ class: term(), data: term(), id: String.t(), kind: String.t() | atom() | nil, source: PhoenixDnd.Endpoint.t(), target: PhoenixDnd.Endpoint.t() }