Preparing search index...
The search index is not available
contentful.js
contentful.js
ContentType
Interface ContentType
Definition of a content type
See
Documentation
interface
ContentType
{
description
:
string
;
displayField
:
string
;
fields
:
ContentTypeField
[]
;
name
:
string
;
sys
:
ContentTypeSys
;
}
Index
Properties
description
display
Field
fields
name
sys
Properties
description
description
:
string
display
Field
display
Field
:
string
fields
fields
:
ContentTypeField
[]
name
name
:
string
sys
sys
:
ContentTypeSys
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
display
Field
fields
name
sys
contentful.js
Loading...
Definition of a content type
See
Documentation