View Source Ash.Reactor.Dsl.Context (ash v3.4.31)

Specify context to merge into an action's context.

Summary

Types

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