Interface: DynamicFieldProperties
Defined in: src/components/AddSiteForm/DynamicField.tsx:62
Props for the DynamicField component.
Propertiesโ
disabled?โ
readonlyoptionaldisabled:boolean
Defined in: src/components/AddSiteForm/DynamicField.tsx:66
Whether the field is disabled.
fieldโ
readonlyfield:MonitorFieldDefinition
Defined in: src/components/AddSiteForm/DynamicField.tsx:70
Field definition describing the field's properties.
onChange()โ
readonlyonChange: (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โ
readonlyvalue:string|number
Defined in: src/components/AddSiteForm/DynamicField.tsx:80
Current value of the field.