ReaderPublicationNavigationItemReferenceData

data class ReaderPublicationNavigationItemReferenceData(val collectionIndex: Int, val collectionType: NavigationCollectionType, val navigationItemId: Int, val readerDocumentIndexInSpine: Int, val readerPublicationDefaultLocatorUrl: String)

Describes a reference to an item in the publication navigation.

Constructors

fun ReaderPublicationNavigationItemReferenceData(collectionIndex: Int, collectionType: NavigationCollectionType, navigationItemId: Int, readerDocumentIndexInSpine: Int, readerPublicationDefaultLocatorUrl: String)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)

Properties

Link copied to clipboard

The index of the collection within the publication navigation collections list.

Link copied to clipboard

The type of navigation collection.

Link copied to clipboard

The id of the ReaderPublicationNavigationItem referenced.

Link copied to clipboard

The index in the related ReaderPublication's spine of the document that the navigation item references.

Link copied to clipboard

The base URL used when creating Locators pointing to content in the related publication.