TOCReference
class TOCReference(title: String?, resource: Resource?, fragmentId: String?, var children: MutableList<TOCReference> = mutableListOf()) : TitledResourceReference(source)
An item in the Table of Contents.
See also
Constructors
Link copied to clipboard
constructor(title: String?, resource: Resource?, fragmentId: String?, children: MutableList<TOCReference> = mutableListOf())