AdaptableFormFieldType
Types of Controls used in an AdapTable Form (standard form set)
TypeScript
export type AdaptableFormFieldType = 'text' | 'textarea' | 'select' | 'radio' | 'date' | 'time' | 'datetime' | 'number' | 'slider' | 'color' | 'checkbox' | 'textOutput' | 'custom';