PagingResult

PagingResult

# 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.

Methods

# (static) isLastPage() → {boolean}

Check if there are more entries to load.
Returns:
true if there are no more entries, false otherwise.
Type
boolean