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

Add a load statement to an action.

# `t`

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

---

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