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())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override var resource: Resource?

The referenced Resource, or null if none is set.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun setResource(resource: Resource?, fragmentId: String?)