Preparing search index...
The search index is not available
contentful-management
contentful-management
EntryReferenceProps
Interface EntryReferenceProps
interface
EntryReferenceProps
{
errors
?:
EntryReferenceError
[]
;
includes
?:
{
Asset
?:
AssetProps
[]
;
Entry
?:
EntryProps
<
KeyValueMap
,
unknown
>
[]
;
}
;
items
:
EntryProps
<
KeyValueMap
,
unknown
>
[]
;
limit
:
number
;
skip
:
number
;
sys
:
{
type
:
"Array"
;
}
;
total
:
number
;
}
Hierarchy (
view full
)
CollectionProp
<
EntryProps
>
EntryReferenceProps
Index
Properties
errors?
includes?
items
limit
skip
sys
total
Properties
Optional
errors
errors
?:
EntryReferenceError
[]
Optional
includes
includes
?:
{
Asset
?:
AssetProps
[]
;
Entry
?:
EntryProps
<
KeyValueMap
,
unknown
>
[]
;
}
items
items
:
EntryProps
<
KeyValueMap
,
unknown
>
[]
limit
limit
:
number
skip
skip
:
number
sys
sys
:
{
type
:
"Array"
;
}
total
total
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
errors
includes
items
limit
skip
sys
total
contentful-management
Loading...