ChapterReference

data class ChapterReference(val bookName: BookName, index: Int)

Represents a reference to a specific chapter within a book.

Constructors

Link copied to clipboard
constructor(bookName: BookName, index: Int)

Properties

Link copied to clipboard

The name of the book.

Functions

Link copied to clipboard
fun book(): Book

Retrieves the Book object associated with this chapter reference.