Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PaginationParams

Constants for pagination configuration of HTTP requests.

Index

Enumeration Members

PAGE_NUMBER: "page"

Requested page index. 0 based.

PAGE_SIZE: "size"

Size of page - maximal number of elements per page.

PAGE_SORT: "sort"

Sort configuration of the requested page. Use the createSortParam function to generate the value for this attribute.

Generated using TypeDoc