# `Runic.Workflow.ComponentAdded`
[🔗](https://github.com/zblanco/runic/blob/main/lib/workflow/component_added.ex#L1)

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
