position
string
required

The position of the form field within the form layout.

type
enum<string>
required

The data type of the form field.

Available options:
string,
number,
radio,
checkbox,
select,
multiselect,
date
name
string
required

The name attribute of the form field.

label
string
required

The label displayed for the form field.

description
string

An optional description for the form field.

required
boolean

Indicates if the form field is required.

options
string[]

Options available for fields like radio, select, or multiselect.

tooltip
string

A tooltip providing additional information about the form field.