Skip to content

Latest commit

 

History

History
46 lines (21 loc) · 896 Bytes

File metadata and controls

46 lines (21 loc) · 896 Bytes

egoisdk.ComplexField

Properties

Name Type Description Notes
type String Field type [optional] [readonly]
options [FieldOption] Lists of options (only for fields of type 'options') [optional] [readonly]
fieldId String Field ID [optional] [readonly]
name String Name of the field
format String Field format
unique Boolean True if the field is unique, false otherwise [optional]

Enum: TypeEnum

  • base (value: "base")

  • extra (value: "extra")

Enum: FormatEnum

  • date (value: "date")

  • text (value: "text")

  • cellphone (value: "cellphone")

  • phone (value: "phone")

  • number (value: "number")

  • email (value: "email")

  • options (value: "options")