Interface: CloudSectionProperties
Defined in: src/components/Settings/cloud/CloudSection.tsx:101
Props for the Cloud Sync & Backup settings section.
Propertiesโ
backupsโ
readonlybackups: readonlyCloudBackupEntry[]
Defined in: src/components/Settings/cloud/CloudSection.tsx:102
deletingBackupKeyโ
readonlydeletingBackupKey:string|null
Defined in: src/components/Settings/cloud/CloudSection.tsx:103
iconโ
readonlyicon:IconType
Defined in: src/components/Settings/cloud/CloudSection.tsx:104
isClearingEncryptionKeyโ
readonlyisClearingEncryptionKey:boolean
Defined in: src/components/Settings/cloud/CloudSection.tsx:105
isConfiguringFilesystemProviderโ
readonlyisConfiguringFilesystemProvider:boolean
Defined in: src/components/Settings/cloud/CloudSection.tsx:106
isConnectingDropboxโ
readonlyisConnectingDropbox:boolean
Defined in: src/components/Settings/cloud/CloudSection.tsx:107
isConnectingGoogleDriveโ
readonlyisConnectingGoogleDrive:boolean
Defined in: src/components/Settings/cloud/CloudSection.tsx:108
isDisconnectingโ
readonlyisDisconnecting:boolean
Defined in: src/components/Settings/cloud/CloudSection.tsx:109
isListingBackupsโ
readonlyisListingBackups:boolean
Defined in: src/components/Settings/cloud/CloudSection.tsx:110
isMigratingBackupsโ
readonlyisMigratingBackups:boolean
Defined in: src/components/Settings/cloud/CloudSection.tsx:111
isRefreshingRemoteSyncResetPreviewโ
readonlyisRefreshingRemoteSyncResetPreview:boolean
Defined in: src/components/Settings/cloud/CloudSection.tsx:112
isRefreshingStatusโ
readonlyisRefreshingStatus:boolean
Defined in: src/components/Settings/cloud/CloudSection.tsx:113
isRequestingSyncNowโ
readonlyisRequestingSyncNow:boolean
Defined in: src/components/Settings/cloud/CloudSection.tsx:114
isResettingRemoteSyncStateโ
readonlyisResettingRemoteSyncState:boolean
Defined in: src/components/Settings/cloud/CloudSection.tsx:115
isSettingEncryptionPassphraseโ
readonlyisSettingEncryptionPassphrase:boolean
Defined in: src/components/Settings/cloud/CloudSection.tsx:116
isUploadingBackupโ
readonlyisUploadingBackup:boolean
Defined in: src/components/Settings/cloud/CloudSection.tsx:117
lastBackupMigrationResultโ
readonlylastBackupMigrationResult:CloudBackupMigrationResult|null
Defined in: src/components/Settings/cloud/CloudSection.tsx:118
lastRemoteSyncResetResultโ
readonlylastRemoteSyncResetResult:CloudSyncResetResult|null
Defined in: src/components/Settings/cloud/CloudSection.tsx:119
onClearEncryptionKey()โ
readonlyonClearEncryptionKey: () =>void
Defined in: src/components/Settings/cloud/CloudSection.tsx:120
Returnsโ
void
onConfigureFilesystemProvider()โ
readonlyonConfigureFilesystemProvider: (baseDirectory:string) =>void
Defined in: src/components/Settings/cloud/CloudSection.tsx:121
Parametersโ
baseDirectoryโ
string
Returnsโ
void
onConnectDropbox()โ
readonlyonConnectDropbox: () =>void
Defined in: src/components/Settings/cloud/CloudSection.tsx:122
Returnsโ
void
onConnectGoogleDrive()โ
readonlyonConnectGoogleDrive: () =>void
Defined in: src/components/Settings/cloud/CloudSection.tsx:123
Returnsโ
void
onDeleteBackup()โ
readonlyonDeleteBackup: (key:string) =>void
Defined in: src/components/Settings/cloud/CloudSection.tsx:124
Parametersโ
keyโ
string
Returnsโ
void
onDisconnect()โ
readonlyonDisconnect: () =>void
Defined in: src/components/Settings/cloud/CloudSection.tsx:125
Returnsโ
void
onEncryptBackupsDeleteOriginals()โ
readonlyonEncryptBackupsDeleteOriginals: () =>void
Defined in: src/components/Settings/cloud/CloudSection.tsx:126
Returnsโ
void
onEncryptBackupsKeepOriginals()โ
readonlyonEncryptBackupsKeepOriginals: () =>void
Defined in: src/components/Settings/cloud/CloudSection.tsx:127
Returnsโ
void
onListBackups()โ
readonlyonListBackups: () =>void
Defined in: src/components/Settings/cloud/CloudSection.tsx:128
Returnsโ
void
onRefreshRemoteSyncResetPreview()โ
readonlyonRefreshRemoteSyncResetPreview: () =>void
Defined in: src/components/Settings/cloud/CloudSection.tsx:129
Returnsโ
void
onRefreshStatus()โ
readonlyonRefreshStatus: () =>void
Defined in: src/components/Settings/cloud/CloudSection.tsx:130
Returnsโ
void
onRequestSyncNow()โ
readonlyonRequestSyncNow: () =>void
Defined in: src/components/Settings/cloud/CloudSection.tsx:131
Returnsโ
void
onResetRemoteSyncState()โ
readonlyonResetRemoteSyncState: () =>void
Defined in: src/components/Settings/cloud/CloudSection.tsx:132
Returnsโ
void
onRestoreBackup()โ
readonlyonRestoreBackup: (key:string) =>void
Defined in: src/components/Settings/cloud/CloudSection.tsx:133
Parametersโ
keyโ
string
Returnsโ
void
onSetEncryptionPassphrase()โ
readonlyonSetEncryptionPassphrase: () =>void
Defined in: src/components/Settings/cloud/CloudSection.tsx:134
Returnsโ
void
onUploadLatestBackup()โ
readonlyonUploadLatestBackup: () =>void
Defined in: src/components/Settings/cloud/CloudSection.tsx:135
Returnsโ
void
remoteSyncResetPreviewโ
readonlyremoteSyncResetPreview:CloudSyncResetPreview|null
Defined in: src/components/Settings/cloud/CloudSection.tsx:136
restoringBackupKeyโ
readonlyrestoringBackupKey:string|null
Defined in: src/components/Settings/cloud/CloudSection.tsx:137
statusโ
readonlystatus:CloudStatusSummary|null
Defined in: src/components/Settings/cloud/CloudSection.tsx:138
syncEnabledControlโ
readonlysyncEnabledControl:Element
Defined in: src/components/Settings/cloud/CloudSection.tsx:139