Interface: CloudSectionProperties
Defined in: src/components/Settings/SettingsSections.tsx:193
Propertiesโ
backupsโ
readonlybackups: readonlyCloudBackupEntry[]
Defined in: src/components/Settings/SettingsSections.tsx:194
deletingBackupKeyโ
readonlydeletingBackupKey:string|null
Defined in: src/components/Settings/SettingsSections.tsx:195
iconโ
readonlyicon:IconType
Defined in: src/components/Settings/SettingsSections.tsx:196
isClearingEncryptionKeyโ
readonlyisClearingEncryptionKey:boolean
Defined in: src/components/Settings/SettingsSections.tsx:197
isConnectingDropboxโ
readonlyisConnectingDropbox:boolean
Defined in: src/components/Settings/SettingsSections.tsx:198
isDisconnectingโ
readonlyisDisconnecting:boolean
Defined in: src/components/Settings/SettingsSections.tsx:199
isListingBackupsโ
readonlyisListingBackups:boolean
Defined in: src/components/Settings/SettingsSections.tsx:200
isMigratingBackupsโ
readonlyisMigratingBackups:boolean
Defined in: src/components/Settings/SettingsSections.tsx:201
isRefreshingRemoteSyncResetPreviewโ
readonlyisRefreshingRemoteSyncResetPreview:boolean
Defined in: src/components/Settings/SettingsSections.tsx:202
isRefreshingStatusโ
readonlyisRefreshingStatus:boolean
Defined in: src/components/Settings/SettingsSections.tsx:203
isRequestingSyncNowโ
readonlyisRequestingSyncNow:boolean
Defined in: src/components/Settings/SettingsSections.tsx:204
isResettingRemoteSyncStateโ
readonlyisResettingRemoteSyncState:boolean
Defined in: src/components/Settings/SettingsSections.tsx:205
isSettingEncryptionPassphraseโ
readonlyisSettingEncryptionPassphrase:boolean
Defined in: src/components/Settings/SettingsSections.tsx:206
isUploadingBackupโ
readonlyisUploadingBackup:boolean
Defined in: src/components/Settings/SettingsSections.tsx:207
lastBackupMigrationResultโ
readonlylastBackupMigrationResult:CloudBackupMigrationResult|null
Defined in: src/components/Settings/SettingsSections.tsx:208
lastRemoteSyncResetResultโ
readonlylastRemoteSyncResetResult:CloudSyncResetResult|null
Defined in: src/components/Settings/SettingsSections.tsx:209
onClearEncryptionKey()โ
readonlyonClearEncryptionKey: () =>void
Defined in: src/components/Settings/SettingsSections.tsx:210
Returnsโ
void
onConnectDropbox()โ
readonlyonConnectDropbox: () =>void
Defined in: src/components/Settings/SettingsSections.tsx:211
Returnsโ
void
onDeleteBackup()โ
readonlyonDeleteBackup: (key:string) =>void
Defined in: src/components/Settings/SettingsSections.tsx:212
Parametersโ
keyโ
string
Returnsโ
void
onDisconnect()โ
readonlyonDisconnect: () =>void
Defined in: src/components/Settings/SettingsSections.tsx:213
Returnsโ
void
onEncryptBackupsDeleteOriginals()โ
readonlyonEncryptBackupsDeleteOriginals: () =>void
Defined in: src/components/Settings/SettingsSections.tsx:214
Returnsโ
void
onEncryptBackupsKeepOriginals()โ
readonlyonEncryptBackupsKeepOriginals: () =>void
Defined in: src/components/Settings/SettingsSections.tsx:215
Returnsโ
void
onListBackups()โ
readonlyonListBackups: () =>void
Defined in: src/components/Settings/SettingsSections.tsx:216
Returnsโ
void
onRefreshRemoteSyncResetPreview()โ
readonlyonRefreshRemoteSyncResetPreview: () =>void
Defined in: src/components/Settings/SettingsSections.tsx:217
Returnsโ
void
onRefreshStatus()โ
readonlyonRefreshStatus: () =>void
Defined in: src/components/Settings/SettingsSections.tsx:219
Returnsโ
void
onRequestSyncNow()โ
readonlyonRequestSyncNow: () =>void
Defined in: src/components/Settings/SettingsSections.tsx:220
Returnsโ
void
onResetRemoteSyncState()โ
readonlyonResetRemoteSyncState: () =>void
Defined in: src/components/Settings/SettingsSections.tsx:221
Returnsโ
void
onRestoreBackup()โ
readonlyonRestoreBackup: (key:string) =>void
Defined in: src/components/Settings/SettingsSections.tsx:222
Parametersโ
keyโ
string
Returnsโ
void
onSetEncryptionPassphrase()โ
readonlyonSetEncryptionPassphrase: () =>void
Defined in: src/components/Settings/SettingsSections.tsx:223
Returnsโ
void
onUploadLatestBackup()โ
readonlyonUploadLatestBackup: () =>void
Defined in: src/components/Settings/SettingsSections.tsx:224
Returnsโ
void
remoteSyncResetPreviewโ
readonlyremoteSyncResetPreview:CloudSyncResetPreview|null
Defined in: src/components/Settings/SettingsSections.tsx:225
restoringBackupKeyโ
readonlyrestoringBackupKey:string|null
Defined in: src/components/Settings/SettingsSections.tsx:226
statusโ
readonlystatus:CloudStatusSummary|null
Defined in: src/components/Settings/SettingsSections.tsx:227
syncEnabledControlโ
readonlysyncEnabledControl:ReactNode
Defined in: src/components/Settings/SettingsSections.tsx:228