Contentful Personalization & Analytics
Preparing search index...
@contentful/optimization-react-native
ContentfulEntryCollection
Interface ContentfulEntryCollection
Internal
Entry collection response from the Contentful client, including pagination metadata.
interface
ContentfulEntryCollection
{
items
:
ContentfulEntry
[]
;
limit
:
number
;
skip
:
number
;
total
:
number
;
}
Index
Properties
items
limit
skip
total
Properties
items
items
:
ContentfulEntry
[]
limit
limit
:
number
skip
skip
:
number
total
total
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
limit
skip
total
Contentful Personalization & Analytics
Loading...
Entry collection response from the Contentful client, including pagination metadata.