Namespace: EntryFields

EntryFields

Types of fields found in an Entry

Type Definitions

Boolean #

Type:
boolean
Source:

Date #

Type:
string
Source:

Field #

A Field in an Entry can have one of the following types that can be defined in Contentful. See Field Types for more details.
Type:
EntryFields.Symbol | EntryFields.Text | EntryFields.Integer | EntryFields.Number | EntryFields.Date | EntryFields.Boolean | EntryFields.Location | Meta.Link | Array.<(EntryFields.Symbol|Meta.Link)> | Object
Source:

Integer #

Type:
number
Source:

Location #

Properties:
Name Type Description
lat string latitude
lon string longitude
Source:

Number #

Type:
number
Source:

Symbol #

Type:
string
Source:

Text #

Type:
string
Source: