Interface: DynamicFieldProps
Defined in: src/components/AddSiteForm/DynamicField.tsx:62
Props for the DynamicField component.
Propertiesโ
disabled?โ
readonly
optional
disabled:boolean
Defined in: src/components/AddSiteForm/DynamicField.tsx:66
Whether the field is disabled.
fieldโ
readonly
field:MonitorFieldDefinition
Defined in: src/components/AddSiteForm/DynamicField.tsx:70
Field definition describing the field's properties.
onChange()โ
readonly
onChange: (value
:string
|number
) =>void
Defined in: src/components/AddSiteForm/DynamicField.tsx:76
Change handler for the field value.
Parametersโ
valueโ
The new value for the field.
string
| number
Returnsโ
void
valueโ
readonly
value:string
|number
Defined in: src/components/AddSiteForm/DynamicField.tsx:80
Current value of the field.