Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 534 Bytes

File metadata and controls

15 lines (10 loc) · 534 Bytes

FieldType

Represents an enumeration of available field types.

Enum

Name Type Value Description
TEXT str "Text" Textbox field
INTEGER str "Integer" Numeric textbox field
BOOLEAN str "Boolean" Checkbox field
LIST str "List" Listbox field

[Back to Model list] [Back to API list] [Back to README]