View Source Ash.Reactor.Dsl.Inputs (ash v3.0.2)

The inputs entity for the Ash.Reactor reactor extension.

Summary

Types

@type t() :: %Ash.Reactor.Dsl.Inputs{
  __identifier__: any(),
  template:
    %{optional(atom()) => Reactor.Template.t()}
    | Keyword.t(Reactor.Template.t()),
  transform: nil | (any() -> any()) | {module(), keyword()} | mfa()
}