# `Ash.Resource.Actions.Implementation.Context`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/resource/actions/action/implementation.ex#L46)

The context passed into generic action functions

# `t`

```elixir
@type t() :: %Ash.Resource.Actions.Implementation.Context{
  actor: term(),
  authorize?: boolean(),
  domain: module(),
  source_context: map(),
  tenant: term(),
  tracer: atom() | [atom()] | nil
}
```

---

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