SpotifyApiSpotify LogoJS

CursorPaging<T>

extends Omit<Paging<T>, "offset" | "previous">

The cursor paging object of the player api.

https://developer.spotify.com/documentation/web-api/reference/#object-cursorpagingobject

Properties:

NameTypeDescription
cursorsCursorThe cursors used to find the next set of items.
hrefstringA link to the Web API endpoint returning the full result of the request.
itemsT[]The requested data.
limitnumberThe maximum number of items in the response (as set in the query or by default).
nextstringURL to the next page of items. (null if none)
totalnumberThe total number of items available to return.