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