Volt.Plugin.EmbeddedModule.ID (Volt v0.14.12)

Copy Markdown View Source

Parsed identity for an embedded query-module id.

Summary

Types

t()

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