Instance
works.iterative.forms.Repeated.Instance
case class Instance(path: AbsolutePath, item: String, itemType: String, segment: Option[SectionSegment], index: Int)
One item of a repeated group: the path to render the template under, the raw item key and type from the __items convention, and the position within the group. An item of a group without templates has no segment — it renders nothing but its data is never dropped.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article