Skip to main content

Interface: MonitoringSectionProperties

Defined in: src/components/Settings/SettingsSections.tsx:78

Propertiesโ€‹

currentHistoryLimitโ€‹

readonly currentHistoryLimit: number

Defined in: src/components/Settings/SettingsSections.tsx:79


iconโ€‹

readonly icon: IconType

Defined in: src/components/Settings/SettingsSections.tsx:80


isLoadingโ€‹

readonly isLoading: boolean

Defined in: src/components/Settings/SettingsSections.tsx:81


onHistoryLimitChange()โ€‹

readonly onHistoryLimitChange: (event: ChangeEvent<HTMLSelectElement>) => void

Defined in: src/components/Settings/SettingsSections.tsx:82

Parametersโ€‹

eventโ€‹

ChangeEvent<HTMLSelectElement>

Returnsโ€‹

void