Class: PageResultInfinite
| Defined in: | node_modules/simple-paginator/src/page-result-infinite.coffee |
Overview
The result of a db request containing used for paging
Instance Method Summary
Constructor Details
#
(void)
constructor(items = [], totalCount = 0, requestIndex, nextIndex = null, baseUrl = null)
Initializes a new instance of page result.
Instance Method Details
#
(void)
toRest(baseUrl, actor)
Bound