# new PagingResult(entries, nextCursor)
Creates a PagingResult
Parameters:
Name | Type | Description |
---|---|---|
entries |
Array.<Object> | Entries from the requested resource. |
nextCursor |
string | Cursor to get next page. |
- Source:
Methods
# (static) isLastPage() → {boolean}
Check if there are more entries to load.
- Source:
Returns:
true if there are no more entries, false otherwise.
- Type
- boolean