Preparing search index...
The search index is not available
contentful-management.js - v11.52.2
contentful-management.js
ContentFields
Interface ContentFields<T>
interface
ContentFields
<
T
>
{
allowedResources
?:
ContentTypeAllowedResources
[]
;
apiName
?:
string
;
defaultValue
?:
T
;
deleted
?:
boolean
;
disabled
?:
boolean
;
id
:
string
;
items
?:
Item
;
linkType
?:
string
;
localized
:
boolean
;
name
:
string
;
omitted
?:
boolean
;
required
:
boolean
;
type
:
string
;
validations
?:
ContentTypeFieldValidation
[]
;
}
Type Parameters
T
=
KeyValueMap
Hierarchy
Item
ContentFields
Index
Properties
allowed
Resources?
api
Name?
default
Value?
deleted?
disabled?
id
items?
link
Type?
localized
name
omitted?
required
type
validations?
Properties
Optional
allowed
Resources
allowed
Resources
?:
ContentTypeAllowedResources
[]
Optional
api
Name
api
Name
?:
string
Optional
default
Value
default
Value
?:
T
Optional
deleted
deleted
?:
boolean
Optional
disabled
disabled
?:
boolean
id
id
:
string
Optional
items
items
?:
Item
Optional
link
Type
link
Type
?:
string
localized
localized
:
boolean
name
name
:
string
Optional
omitted
omitted
?:
boolean
required
required
:
boolean
type
type
:
string
Optional
validations
validations
?:
ContentTypeFieldValidation
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
Resources
api
Name
default
Value
deleted
disabled
id
items
link
Type
localized
name
omitted
required
type
validations
contentful-management.js - v11.52.2
Loading...