Interface: DynamicMonitorFieldsProperties
Defined in: src/components/AddSiteForm/DynamicMonitorFields.tsx:39
Props for the DynamicMonitorFields component.
Propertiesโ
isLoading?โ
readonlyoptionalisLoading:boolean
Defined in: src/components/AddSiteForm/DynamicMonitorFields.tsx:43
Whether the form is in a loading state.
monitorTypeโ
readonlymonitorType:string
Defined in: src/components/AddSiteForm/DynamicMonitorFields.tsx:47
The selected monitor type for which to render fields.
onChangeโ
readonlyonChange:Readonly<Record<string, (value:number|string) =>void>>
Defined in: src/components/AddSiteForm/DynamicMonitorFields.tsx:51
Change handlers for each field, keyed by field name.
valuesโ
Defined in: src/components/AddSiteForm/DynamicMonitorFields.tsx:57
Current values for each field, keyed by field name.