# `BB.Controller.Action.Context`
[🔗](https://github.com/beam-bots/bb/blob/main/lib/bb/controller/action.ex#L55)

Context provided to action callbacks.

Contains references to the robot module, static topology, dynamic state,
and the controller name that triggered the action.

# `t`

```elixir
@type t() :: %BB.Controller.Action.Context{
  controller_name: atom(),
  robot: BB.Robot.t(),
  robot_module: module(),
  robot_state: BB.Robot.Runtime.robot_state()
}
```

---

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