Preparing search index...
The search index is not available
spotify.js documentation
spotify.js documentation
CursorPagingObject
Interface CursorPagingObject<T>
interface
CursorPagingObject
<
T
>
{
cursors
:
{
after
:
string
;
before
:
string
;
}
;
href
:
string
;
items
:
T
[]
;
limit
:
number
;
next
:
string
;
total
:
number
;
}
Type Parameters
T
Index
Properties
cursors
href
items
limit
next
total
Properties
cursors
cursors
:
{
after
:
string
;
before
:
string
;
}
href
href
:
string
items
items
:
T
[]
limit
limit
:
number
next
next
:
string
total
total
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cursors
href
items
limit
next
total
spotify.js documentation
Loading...