View Source Ash.Resource.Actions.Implementation.Context (ash v3.2.6)

The context passed into generic action functions

Summary

Types

@type t() :: %Ash.Resource.Actions.Implementation.Context{
  actor: term(),
  authorize?: boolean(),
  domain: module(),
  tenant: term()
}