Interface: MonitoringSectionProperties
Defined in: src/components/Settings/sections/MonitoringSection.tsx:11
Propertiesโ
currentHistoryLimitโ
readonlycurrentHistoryLimit:number
Defined in: src/components/Settings/sections/MonitoringSection.tsx:12
iconโ
readonlyicon:IconType
Defined in: src/components/Settings/sections/MonitoringSection.tsx:13
isLoadingโ
readonlyisLoading:boolean
Defined in: src/components/Settings/sections/MonitoringSection.tsx:14
onHistoryLimitChange()โ
readonlyonHistoryLimitChange: (event:ChangeEvent<HTMLSelectElement>) =>void
Defined in: src/components/Settings/sections/MonitoringSection.tsx:15
Parametersโ
eventโ
ChangeEvent<HTMLSelectElement>
Returnsโ
void