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