View Source Ash.Reactor.Dsl.Tenant (ash v3.4.4)

Specify the tenant used to execute an action.

Summary

Types

@type t() :: %Ash.Reactor.Dsl.Tenant{
  __identifier__: any(),
  source: Reactor.Template.t(),
  transform: nil | (any() -> any()) | {module(), keyword()} | mfa()
}