# `AshLua.Domain.Info`
[🔗](https://github.com/ash-project/ash_lua/blob/v0.1.0/lib/ash_lua/domain/info.ex#L5)

Introspection helpers for `AshLua.Domain`.

# `name`

```elixir
@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.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
