Options
All
  • Public
  • Public/Protected
  • All
Menu

Pagination helper class.

Type parameters

  • T

Hierarchy

  • RestPaginator

Implements

Index

Accessors

hasNextPage

  • get hasNextPage(): boolean

hasPrevPage

  • get hasPrevPage(): boolean
  • Indicates the existence of the previous page

    Returns boolean

items

  • get items(): T[]
  • Array of elements on the current page.

    Returns T[]

Methods

nextPage

prevPage