Options
All
  • Public
  • Public/Protected
  • All
Menu

Provides methods to fetch index data about a document within a publication.

deprecated

Use the new API available at ReadingSystemEngine.getReaderDocumentSearch() instead.

Hierarchy

  • IDocumentIndexProvider

Index

Methods

fetchContentBlockTree

fetchDocumentIndex

  • Fetch the full document index which is a serializable JSON object of this instance.

    Returns Promise<IDocumentIndex>

fetchDocumentIndexedMetadata

  • Fetch all metadata about this document. This does not include metadata that is inlined with content blocks.

    Returns Promise<IDocumentIndexedMetadata>

getLocator

  • Get the Locator for this document.

    Returns Locator

Generated using TypeDoc