Interface: DynamicFieldProperties
Defined in: src/components/AddSiteForm/DynamicField.tsx:63
Props for the DynamicField component.
Propertiesโ
disabled?โ
readonlyoptionaldisabled?:boolean
Defined in: src/components/AddSiteForm/DynamicField.tsx:67
Whether the field is disabled.
fieldโ
readonlyfield:MonitorFieldDefinition
Defined in: src/components/AddSiteForm/DynamicField.tsx:71
Field definition describing the field's properties.
onChangeโ
readonlyonChange: (value:string|number) =>void
Defined in: src/components/AddSiteForm/DynamicField.tsx:77
Change handler for the field value.
Parametersโ
valueโ
string | number
The new value for the field.
Returnsโ
void
valueโ
readonlyvalue:string|number
Defined in: src/components/AddSiteForm/DynamicField.tsx:81
Current value of the field.