Ash.Resource.Actions.Implementation.Context (ash v3.5.24)

View Source

The context passed into generic action functions

Summary

Types

t()

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