StandardExpandedPagingCursor: {
    currentPage?: number;
    totalPages?: number;
}

The data used to page a specific set of search results that uses full paging.

Type declaration

  • Optional currentPage?: number
  • Optional totalPages?: number

See

SupportedTags.fullPaging