HeaderGroup

class HeaderGroup<TData>(var depth: Int, var id: String, val headers: MutableList<Header<TData, *>> = mutableListOf())

A row of Headers — one entry per level in the header tree. headers is mutated during construction by buildHeaderGroups.

Constructors

Link copied to clipboard
constructor(depth: Int, id: String, headers: MutableList<Header<TData, *>> = mutableListOf())

Properties

Link copied to clipboard
var depth: Int
Link copied to clipboard
Link copied to clipboard
var id: String