View Source Ash.Reactor.Dsl.ActionLoad (ash v3.4.12)

Add a load statement to an action.

Summary

Types

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