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

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

# `t`

```elixir
@type t() :: %Ash.Reactor.Dsl.Read{
  __identifier__: any(),
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  action: atom(),
  action_step?: true,
  actor: nil | Ash.Reactor.Dsl.Actor.t(),
  async?: boolean(),
  authorize?: boolean() | nil,
  context: nil | Ash.Reactor.Dsl.Context.t(),
  description: String.t() | nil,
  domain: Ash.Domain.t(),
  guards: [Reactor.Guard.Build.t()],
  inputs: [Ash.Reactor.Dsl.Inputs.t()],
  load: nil | Ash.Reactor.Dsl.ActionLoad.t(),
  name: atom(),
  resource: module(),
  tenant: nil | Ash.Reactor.Dsl.Tenant.t(),
  transform: term(),
  type: :create,
  wait_for: [Reactor.Dsl.WaitFor.t()]
}
```

---

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