Skip to main content

Interface: MaintenanceSectionProperties

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

Propertiesโ€‹

backupSummaryโ€‹

readonly backupSummary: BackupSummary | null

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


downloadButtonIconโ€‹

readonly downloadButtonIcon: ReactNode

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


iconโ€‹

readonly icon: IconType

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


isLoadingโ€‹

readonly isLoading: boolean

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


onDownloadBackup()โ€‹

readonly onDownloadBackup: () => void

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

Returnsโ€‹

void


onRefreshHistory()โ€‹

readonly onRefreshHistory: () => void

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

Returnsโ€‹

void


onResetData()โ€‹

readonly onResetData: () => void

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

Returnsโ€‹

void


onRestoreClick()โ€‹

readonly onRestoreClick: () => void

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

Returnsโ€‹

void


onRestoreFileChange()โ€‹

readonly onRestoreFileChange: (event: ChangeEvent<HTMLInputElement>) => void

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

Parametersโ€‹

eventโ€‹

ChangeEvent<HTMLInputElement>

Returnsโ€‹

void


refreshButtonIconโ€‹

readonly refreshButtonIcon: ReactNode

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


resetButtonIconโ€‹

readonly resetButtonIcon: ReactNode

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


restoreFileInputRefโ€‹

readonly restoreFileInputRef: RefObject<HTMLInputElement | null>

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


showButtonLoadingโ€‹

readonly showButtonLoading: boolean

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


uploadButtonIconโ€‹

readonly uploadButtonIcon: ReactNode

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