Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a result page from running a document query.

deprecated

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

Hierarchy

  • IDocumentQueryResultPage

Index

Properties

hasMorePages

hasMorePages: boolean

If there are more pages to fetch after this page.

pageIndex

pageIndex: number

The index of this result page, starting at 0.

resultItems

The list of result items in this page.

Generated using TypeDoc