fieldnotesai
Preparing search index...
src/types
FormField
Interface FormField
Provides functionality for form field.
interface
FormField
{
description
?:
string
;
id
:
string
;
label
:
string
;
options
?:
FormFieldOption
[]
;
ratingMax
?:
number
;
required
:
boolean
;
scaleMax
?:
number
;
scaleMaxLabel
?:
string
;
scaleMin
?:
number
;
scaleMinLabel
?:
string
;
subFields
?:
FormField
[]
;
type
:
FormFieldType
;
}
Index
Properties
description?
id
label
options?
rating
Max?
required
scale
Max?
scale
Max
Label?
scale
Min?
scale
Min
Label?
sub
Fields?
type
Properties
Optional
description
description
?:
string
id
id
:
string
label
label
:
string
Optional
options
options
?:
FormFieldOption
[]
Optional
rating
Max
ratingMax
?:
number
required
required
:
boolean
Optional
scale
Max
scaleMax
?:
number
Optional
scale
Max
Label
scaleMaxLabel
?:
string
Optional
scale
Min
scaleMin
?:
number
Optional
scale
Min
Label
scaleMinLabel
?:
string
Optional
sub
Fields
subFields
?:
FormField
[]
type
type
:
FormFieldType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
id
label
options
rating
Max
required
scale
Max
scale
Max
Label
scale
Min
scale
Min
Label
sub
Fields
type
fieldnotesai
Loading...
Provides functionality for form field.