next( )


Retrieves the next page of reference query results.

The next() function retrieves the next page of reference query results.

The page size is 50 items. Navigate through pages of items with the prev() and next() functions.

If items are added or removed between calls to next() the values returned may change.

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<WixDataQueryReferencedResult>
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?