# `Ash.Resource.ManualUpdate.Context`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/resource/manual_actions/manual_update.ex#L10)

The context passed into manual update action functions

# `t`

```elixir
@type t() :: %Ash.Resource.ManualUpdate.Context{
  actor: any(),
  authorize?: boolean(),
  domain: Ash.Domain.t(),
  return_notifications?: boolean(),
  select: [atom()],
  source_context: map(),
  tenant: any(),
  tracer: [module()]
}
```

---

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