# `Volt.Plugin.EmbeddedModule.ID`
[🔗](https://github.com/elixir-volt/volt/blob/v0.16.0/lib/volt/plugin/embedded_module.ex#L16)

Parsed identity for an embedded query-module id.

# `t`

```elixir
@type t() :: %Volt.Plugin.EmbeddedModule.ID{
  index: non_neg_integer(),
  parent: String.t(),
  type: Volt.Plugin.EmbeddedModule.kind()
}
```

---

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