AshLua.Domain.Action (ash_lua v0.1.6)

Copy Markdown View Source

Internal struct backing one explicit Lua surface action declared in a domain.

Summary

Types

t()

@type t() :: %AshLua.Domain.Action{
  __spark_metadata__: term(),
  action: atom(),
  name: atom(),
  resource: module()
}