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

Specify the actor used to execute an action.

Summary

Types

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