Contentful Personalization & Analytics
Preparing search index...
@contentful/optimization-react-native
ContentfulClient
Interface ContentfulClient
Minimal Contentful client interface required by the preview panel.
interface
ContentfulClient
{
getEntries
:
(
query
:
{
content_type
:
string
;
include
?:
number
;
limit
?:
number
;
skip
?:
number
;
}
,
)
=>
Promise
<
ContentfulEntryCollection
>
;
}
Index
Properties
get
Entries
Properties
get
Entries
getEntries
:
(
query
:
{
content_type
:
string
;
include
?:
number
;
limit
?:
number
;
skip
?:
number
;
}
,
)
=>
Promise
<
ContentfulEntryCollection
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
Entries
Contentful Personalization & Analytics
Loading...
Minimal Contentful client interface required by the preview panel.