Paradigm.Graph.Node.ExternalRef (paradigm v0.3.0)

A reference to an element outside the current graph/model.

Summary

Types

t()

@type t() :: %Paradigm.Graph.Node.ExternalRef{
  href: String.t(),
  type: String.t() | nil
}

Functions

from_map(map)