Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IReaderPublicationNavigationItemData

Index

Properties

The nested children of this item if any.

href: string

Returns the "href" for this publication navigation item if it does not target any location within the publication.

The href can for example refer to an external website (https://) , or an email address (mailto:)

This property is always null if isTargetingReaderDocumentInSpine is true.

id: number

An identifier for this item, unique within the publication.

int
isTargetingReaderDocumentInSpine: boolean

If the locator is targeting content within the publication.

The locator for this navigation item

deprecated

in 4.0.0. Please use the item directly with methods that accepts locators instead. For example: IReaderView.goTo(navigationItem)

parentId: number

The id of the parent navigation item if any. Null if this is a top-level item.

int
textContent: string

The contents of this item as text.

Generated using TypeDoc