AshLua.EvalActions.Expose (ash_lua v0.1.0)

Copy Markdown View Source

Internal struct backing one resource Mod, actions: [...] entry inside an eval_actions do ... end block.

Summary

Types

t()

@type t() :: %AshLua.EvalActions.Expose{
  __spark_metadata__: term(),
  actions: [atom()] | :all,
  resource: module()
}