Preparing search index...
The search index is not available
contentful.js
contentful.js
ContentTypeField
Interface ContentTypeField
Definition of a content type field
See
Documentation
interface
ContentTypeField
{
allowedResources
?:
ContentTypeAllowedResources
[]
;
disabled
:
boolean
;
id
:
string
;
items
?:
FieldItem
;
linkType
?:
string
;
localized
:
boolean
;
name
:
string
;
omitted
:
boolean
;
required
:
boolean
;
type
:
ContentTypeFieldType
;
validations
:
ContentTypeFieldValidation
[]
;
}
Index
Properties
allowed
Resources?
disabled
id
items?
link
Type?
localized
name
omitted
required
type
validations
Properties
Optional
allowed
Resources
allowed
Resources
?:
ContentTypeAllowedResources
[]
disabled
disabled
:
boolean
id
id
:
string
Optional
items
items
?:
FieldItem
Optional
link
Type
link
Type
?:
string
localized
localized
:
boolean
name
name
:
string
omitted
omitted
:
boolean
required
required
:
boolean
type
type
:
ContentTypeFieldType
validations
validations
:
ContentTypeFieldValidation
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
allowed
Resources
disabled
id
items
link
Type
localized
name
omitted
required
type
validations
contentful.js
EntryFieldTypes
Array
AssetLink
Boolean
Date
EntryLink
EntryResourceLink
Integer
Location
Number
Object
RichText
Symbol
Text
EntryFields
Array
AssetLink
Boolean
Date
EntryLink
Integer
Link
Location
Number
Object
RichText
Symbol
Text
Asset
AssetDetails
AssetFields
AssetFile
BaseSys
ContentType
ContentTypeAllowedResources
ContentTypeField
ContentTypeFieldValidation
ContentTypeSys
ContentfulClientApi
ContentfulCollection
CreateClientParams
EntitySys
EntrySys
FieldItem
GlobalOptionsParams
Link
Locale
LocaleSys
ResourceLink
Space
SpaceSys
SyncCollection
TagSys
AddChainModifier
AssetCollection
AssetFieldsFileDetailsQueries
AssetFieldsFileQueries
AssetFieldsQueries
AssetKey
AssetLink
AssetMimeType
AssetOrderFilter
AssetQueries
AssetSelectFilter
AssetSys
AssetsQueries
BaseEntry
BaseFieldMap
BoundingBoxSearchFilterInput
BoundingCircleSearchFilterInput
BoundingObjectSearchFilter
ChainModifiers
ClientLogLevel
ConditionalFixedQueries
ConditionalListQueries
ContentTypeCollection
ContentTypeFieldType
ContentTypeLink
DeletedAsset
DeletedEntry
EntriesQueries
Entry
EntryCollection
EntryContentTypeQuery
EntryField
EntryFieldType
EntryFieldsEqualityFilter
EntryFieldsExistenceFilter
EntryFieldsFullTextSearchFilters
EntryFieldsInequalityFilter
EntryFieldsQueries
EntryFieldsRangeFilters
EntryFieldsSetFilter
EntryFieldsSubsetFilters
EntryLink
EntryOrderFilter
EntryOrderFilterWithFields
EntryQueries
EntrySelectFilter
EntrySelectFilterWithFields
EntrySkeletonType
EnvironmentLink
EqualityFilter
ExistenceFilter
FieldsType
FixedLinkOptions
FixedPagedOptions
FixedQueryOptions
FullTextSearchFilters
GetGlobalOptions
InequalityFilter
LinkType
LocaleCode
LocaleCollection
LocaleOption
LocationSearchFilters
Metadata
MetadataTagsQueries
OrderFilterPaths
ProximitySearchFilter
ProximitySearchFilterInput
RangeFilters
ReferenceSearchFilters
ResolvedAssetLink
ResolvedEntryLink
ResolvedEntryResourceLink
ResolvedField
ResolvedLink
SelectFilterPaths
SpaceLink
SubsetFilters
SupportedEntryFieldTypes
SupportedLinkTypes
SupportedTypes
SyncEntities
SyncOptions
SyncPageQuery
SyncPageResponse
SyncQuery
SyncResponse
SysQueries
Tag
TagCollection
TagLink
TagNameFilters
TagOrderFilter
TagQueries
UnresolvedLink
UserLink
createClient
createGlobalOptions
Definition of a content type field
See
Documentation