Introspection helpers for AshLua.Domain.
Summary
Functions
The Lua table name to expose this domain under.
Explicit public Lua namespaces configured on the domain.
Functions
@spec name(Ash.Domain.t() | Spark.Dsl.t()) :: String.t()
The Lua table name to expose this domain under.
Falls back to snake_case of the domain module's last segment if not explicitly configured.
@spec namespaces(Ash.Domain.t() | Spark.Dsl.t()) :: [AshLua.Domain.Namespace.t()]
Explicit public Lua namespaces configured on the domain.