# `Ash.Reactor.Dsl.Inputs`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/reactor/dsl/inputs.ex#L5)

The `inputs` entity for the `Ash.Reactor` reactor extension.

# `t`

```elixir
@type t() :: %Ash.Reactor.Dsl.Inputs{
  __identifier__: any(),
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  template:
    %{optional(atom()) =&gt; Reactor.Template.t()}
    | Keyword.t(Reactor.Template.t()),
  transform: nil | (any() -&gt; any()) | {module(), keyword()} | mfa()
}
```

---

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