Preparing search index...
The search index is not available
contentful-management.js - v11.52.2
contentful-management.js
CursorPaginatedCollectionProp
Interface CursorPaginatedCollectionProp<TObj>
interface
CursorPaginatedCollectionProp
<
TObj
>
{
items
:
TObj
[]
;
limit
:
number
;
pages
?:
{
next
?:
string
;
prev
?:
string
;
}
;
sys
:
{
type
:
"Array"
;
}
;
}
Type Parameters
TObj
Hierarchy (
view full
)
Omit
<
CollectionProp
<
TObj
>
,
"total"
|
"skip"
>
CursorPaginatedCollectionProp
CursorPaginatedCollection
Index
Properties
items
limit
pages?
sys
Properties
items
items
:
TObj
[]
limit
limit
:
number
Optional
pages
pages
?:
{
next
?:
string
;
prev
?:
string
;
}
sys
sys
:
{
type
:
"Array"
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
limit
pages
sys
contentful-management.js - v11.52.2
Loading...