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

Specify the actor used to execute an action.

Summary

Types

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