Interface: MaintenanceSectionProperties
Defined in: src/components/Settings/sections/MaintenanceSection.tsx:12
Propertiesโ
backupSummaryโ
readonlybackupSummary:BackupSummary|null
Defined in: src/components/Settings/sections/MaintenanceSection.tsx:13
downloadButtonIconโ
readonlydownloadButtonIcon:ReactNode
Defined in: src/components/Settings/sections/MaintenanceSection.tsx:14
iconโ
readonlyicon:IconType
Defined in: src/components/Settings/sections/MaintenanceSection.tsx:15
isLoadingโ
readonlyisLoading:boolean
Defined in: src/components/Settings/sections/MaintenanceSection.tsx:16
onDownloadBackup()โ
readonlyonDownloadBackup: () =>void
Defined in: src/components/Settings/sections/MaintenanceSection.tsx:17
Returnsโ
void
onRefreshHistory()โ
readonlyonRefreshHistory: () =>void
Defined in: src/components/Settings/sections/MaintenanceSection.tsx:18
Returnsโ
void
onResetData()โ
readonlyonResetData: () =>void
Defined in: src/components/Settings/sections/MaintenanceSection.tsx:19
Returnsโ
void
onRestoreClick()โ
readonlyonRestoreClick: () =>void
Defined in: src/components/Settings/sections/MaintenanceSection.tsx:20
Returnsโ
void
onRestoreFileChange()โ
readonlyonRestoreFileChange: (event:ChangeEvent<HTMLInputElement>) =>void
Defined in: src/components/Settings/sections/MaintenanceSection.tsx:21
Parametersโ
eventโ
Returnsโ
void
refreshButtonIconโ
readonlyrefreshButtonIcon:ReactNode
Defined in: src/components/Settings/sections/MaintenanceSection.tsx:24
resetButtonIconโ
readonlyresetButtonIcon:ReactNode
Defined in: src/components/Settings/sections/MaintenanceSection.tsx:25
restoreFileInputRefโ
readonlyrestoreFileInputRef:RefObject<HTMLInputElement|null>
Defined in: src/components/Settings/sections/MaintenanceSection.tsx:26
showButtonLoadingโ
readonlyshowButtonLoading:boolean
Defined in: src/components/Settings/sections/MaintenanceSection.tsx:27
uploadButtonIconโ
readonlyuploadButtonIcon:ReactNode
Defined in: src/components/Settings/sections/MaintenanceSection.tsx:28