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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product