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

Specify context to merge into an action's context.

# `t`

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

---

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