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