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