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

The `load` step entity for the `Ash.Reactor` reactor extension.

# `t`

```elixir
@type t() :: %Ash.Reactor.Dsl.Load{
  __identifier__: any(),
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  action: nil | atom(),
  action_step?: false,
  actor: nil | Ash.Reactor.Dsl.Actor.t(),
  async?: boolean(),
  authorize?: nil | boolean(),
  context: nil | Ash.Reactor.Dsl.Context.t(),
  description: nil | String.t(),
  domain: nil | Ash.Domain.t(),
  guards: [Reactor.Guard.Build.t()],
  lazy?: nil | boolean(),
  load: Reactor.Template.t(),
  name: atom(),
  records: Reactor.Template.t(),
  reuse_values?: nil | boolean(),
  strict?: nil | boolean(),
  tenant: nil | Ash.Reactor.Dsl.Tenant.t(),
  transform: nil | (any() -&gt; any()) | {module(), keyword()} | mfa(),
  type: :load,
  wait_for: [Reactor.Dsl.WaitFor.t()]
}
```

---

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