Runic.Workflow.ComponentAdded (Runic v0.1.0-alpha.7)

Copy Markdown View Source

Summary

Types

t()

@type t() :: %Runic.Workflow.ComponentAdded{
  bindings: map(),
  closure: Runic.Closure.t() | nil,
  hash: term(),
  name: String.t() | atom(),
  source: term() | nil,
  to: term()
}