Skip to main content

Interface: CloudSectionProperties

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

Propertiesโ€‹

backupsโ€‹

readonly backups: readonly CloudBackupEntry[]

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


deletingBackupKeyโ€‹

readonly deletingBackupKey: string | null

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


iconโ€‹

readonly icon: IconType

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


isClearingEncryptionKeyโ€‹

readonly isClearingEncryptionKey: boolean

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


isConnectingDropboxโ€‹

readonly isConnectingDropbox: boolean

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


isDisconnectingโ€‹

readonly isDisconnecting: boolean

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


isListingBackupsโ€‹

readonly isListingBackups: boolean

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


isMigratingBackupsโ€‹

readonly isMigratingBackups: boolean

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


isRefreshingRemoteSyncResetPreviewโ€‹

readonly isRefreshingRemoteSyncResetPreview: boolean

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


isRefreshingStatusโ€‹

readonly isRefreshingStatus: boolean

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


isRequestingSyncNowโ€‹

readonly isRequestingSyncNow: boolean

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


isResettingRemoteSyncStateโ€‹

readonly isResettingRemoteSyncState: boolean

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


isSettingEncryptionPassphraseโ€‹

readonly isSettingEncryptionPassphrase: boolean

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


isUploadingBackupโ€‹

readonly isUploadingBackup: boolean

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


lastBackupMigrationResultโ€‹

readonly lastBackupMigrationResult: CloudBackupMigrationResult | null

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


lastRemoteSyncResetResultโ€‹

readonly lastRemoteSyncResetResult: CloudSyncResetResult | null

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


onClearEncryptionKey()โ€‹

readonly onClearEncryptionKey: () => void

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

Returnsโ€‹

void


onConnectDropbox()โ€‹

readonly onConnectDropbox: () => void

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

Returnsโ€‹

void


onDeleteBackup()โ€‹

readonly onDeleteBackup: (key: string) => void

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

Parametersโ€‹

keyโ€‹

string

Returnsโ€‹

void


onDisconnect()โ€‹

readonly onDisconnect: () => void

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

Returnsโ€‹

void


onEncryptBackupsDeleteOriginals()โ€‹

readonly onEncryptBackupsDeleteOriginals: () => void

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

Returnsโ€‹

void


onEncryptBackupsKeepOriginals()โ€‹

readonly onEncryptBackupsKeepOriginals: () => void

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

Returnsโ€‹

void


onListBackups()โ€‹

readonly onListBackups: () => void

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

Returnsโ€‹

void


onRefreshRemoteSyncResetPreview()โ€‹

readonly onRefreshRemoteSyncResetPreview: () => void

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

Returnsโ€‹

void


onRefreshStatus()โ€‹

readonly onRefreshStatus: () => void

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

Returnsโ€‹

void


onRequestSyncNow()โ€‹

readonly onRequestSyncNow: () => void

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

Returnsโ€‹

void


onResetRemoteSyncState()โ€‹

readonly onResetRemoteSyncState: () => void

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

Returnsโ€‹

void


onRestoreBackup()โ€‹

readonly onRestoreBackup: (key: string) => void

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

Parametersโ€‹

keyโ€‹

string

Returnsโ€‹

void


onSetEncryptionPassphrase()โ€‹

readonly onSetEncryptionPassphrase: () => void

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

Returnsโ€‹

void


onUploadLatestBackup()โ€‹

readonly onUploadLatestBackup: () => void

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

Returnsโ€‹

void


remoteSyncResetPreviewโ€‹

readonly remoteSyncResetPreview: CloudSyncResetPreview | null

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


restoringBackupKeyโ€‹

readonly restoringBackupKey: string | null

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


statusโ€‹

readonly status: CloudStatusSummary | null

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


syncEnabledControlโ€‹

readonly syncEnabledControl: ReactNode

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