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