Interface: MonitoringSectionProperties
Defined in: src/components/Settings/SettingsSections.tsx:78
Propertiesโ
currentHistoryLimitโ
readonlycurrentHistoryLimit:number
Defined in: src/components/Settings/SettingsSections.tsx:79
iconโ
readonlyicon:IconType
Defined in: src/components/Settings/SettingsSections.tsx:80
isLoadingโ
readonlyisLoading:boolean
Defined in: src/components/Settings/SettingsSections.tsx:81
onHistoryLimitChange()โ
readonlyonHistoryLimitChange: (event:ChangeEvent<HTMLSelectElement>) =>void
Defined in: src/components/Settings/SettingsSections.tsx:82
Parametersโ
eventโ
ChangeEvent<HTMLSelectElement>
Returnsโ
void